move SPACE_* (enum) and SPACEICONMAX to DNA_space_types (being the more logical place than DNA_screen_types). SPACEICONMAX gets its value now through this enum, so it is not anymore easy to forget to update it correctly :)

This commit is contained in:
Nathan Letwory
2006-11-07 11:24:11 +00:00
parent a8d1f30807
commit 008d6987d0
19 changed files with 41 additions and 29 deletions

View File

@@ -55,6 +55,7 @@
#include "DNA_object_types.h"
#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "DNA_view3d_types.h"
#include "DNA_userdef_types.h"