Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-01-28 13:08:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-28 13:17:58 +0300
commitc0f88ed8a860026e32ec6a06287fcf9394b4cf0a (patch)
tree65a06f6b9b22c85a80f2d64069d36f435eeb97aa /source/blender/blenloader
parentd473d5be5f59ed2cdd8e7b08feabcf7d9b8a8b5b (diff)
Cleanup: sort forward declarations of enum & struct
Done using: source/tools/utils_maintenance/c_sort_blocks.py
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/BLO_readfile.h8
-rw-r--r--source/blender/blenloader/BLO_writefile.h2
-rw-r--r--source/blender/blenloader/intern/readfile.h6
3 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/blenloader/BLO_readfile.h b/source/blender/blenloader/BLO_readfile.h
index 0a4832ef604..05f9a5d274d 100644
--- a/source/blender/blenloader/BLO_readfile.h
+++ b/source/blender/blenloader/BLO_readfile.h
@@ -36,20 +36,20 @@
extern "C" {
#endif
+struct BHead;
struct BlendThumbnail;
-struct bScreen;
+struct FileData;
struct LinkNode;
struct ListBase;
struct Main;
struct MemFile;
struct ReportList;
struct Scene;
-struct ViewLayer;
struct UserDef;
struct View3D;
+struct ViewLayer;
struct bContext;
-struct BHead;
-struct FileData;
+struct bScreen;
struct wmWindowManager;
typedef struct BlendHandle BlendHandle;
diff --git a/source/blender/blenloader/BLO_writefile.h b/source/blender/blenloader/BLO_writefile.h
index f6d0be6f5f0..38b0479bb4c 100644
--- a/source/blender/blenloader/BLO_writefile.h
+++ b/source/blender/blenloader/BLO_writefile.h
@@ -34,8 +34,8 @@
*/
struct BlendThumbnail;
-struct MemFile;
struct Main;
+struct MemFile;
struct ReportList;
extern bool BLO_write_file(
diff --git a/source/blender/blenloader/intern/readfile.h b/source/blender/blenloader/intern/readfile.h
index 10f0c7a2942..4120edae402 100644
--- a/source/blender/blenloader/intern/readfile.h
+++ b/source/blender/blenloader/intern/readfile.h
@@ -38,13 +38,13 @@
#include "DNA_space_types.h"
#include "DNA_windowmanager_types.h" /* for ReportType */
-struct OldNewMap;
+struct Key;
struct MemFile;
-struct ReportList;
struct Object;
+struct OldNewMap;
struct PartEff;
+struct ReportList;
struct View3D;
-struct Key;
typedef struct FileData {
// linked list of BHeadN's