Skeleton for bringing back SpaceFile.
Code to initialize the SpaceFile struct missing still, I think this is the right time to cleanup there :)
This commit is contained in:
2008-12-14 11:25:00 +00:00
parent 36fb509f96
commit a3c77e4d9e
7 changed files with 477 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ void ED_spacetype_image(void);
void ED_spacetype_node(void);
void ED_spacetype_buttons(void);
void ED_spacetype_info(void);
void ED_spacetype_file(void);
#endif /* ED_AREA_H */