From 4fc369564a59aeb36ce7fcfd2c6ada43a2f80777 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sat, 29 Nov 2008 13:57:19 +0000 Subject: * more work on screen --- source/blender/makesdna/DNA_screen_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna/DNA_screen_types.h') 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 -- cgit v1.2.3