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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-11-29 16:57:19 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-11-29 16:57:19 +0300
commit4fc369564a59aeb36ce7fcfd2c6ada43a2f80777 (patch)
tree7df86d2a895012fff929d70439f7a7dd9aa355b8 /source/blender/makesdna/DNA_screen_types.h
parentf23894c3658ca876c8591d564dd73df14135ae8e (diff)
* more work on screen
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index 39cf6454c2c..c49a70ee9cf 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -30,13 +30,13 @@
#include "DNA_listBase.h"
#include "DNA_vec_types.h"
-#include "DNA_ID.h"
#include "DNA_scriptlink_types.h"
+#include "DNA_ID.h"
-struct Scene;
struct SpaceType;
struct SpaceLink;
struct ARegionType;
+struct Scene;
typedef struct bScreen {
ID id;
@@ -81,7 +81,7 @@ typedef struct ScrEdge {
* @deprecated compiling while delivering a proper dna.c. Do not use
* @deprecated it in any case.
*/
-typedef unsigned short dna_ushort_fix;
+/*typedef unsigned short dna_ushort_fix;*/
#endif