removed some more header files, made the game engine compile with removed header files, added includes to SConstruct files.

This commit is contained in:
2008-01-01 19:20:49 +00:00
parent 372ee054c0
commit a42e548e81
50 changed files with 124 additions and 2615 deletions

View File

@@ -35,7 +35,7 @@
*/
#include "BKE_script.h"
#include "BPI_script.h"
//XXX #include "BPI_script.h"
#include "MEM_guardedalloc.h"
@@ -51,6 +51,9 @@
/* XXX this function and so also the file should not be needed anymore,
* since we have to force clearing all Python related data before freeing
* Blender's library. Still testing, will decide later (Willian). */
//XXX
#if 0
void free_script (Script *script)
{
if (!script) return;
@@ -63,3 +66,4 @@ void free_script (Script *script)
return;
}
#endif