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

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

View File

@@ -17,6 +17,7 @@ incs += ' #source/gameengine/Physics/common #source/gameengine/Physics/Bullet #s
incs += ' #source/gameengine/Physics/Dummy #source/gameengine/Physics/Sumo'
incs += ' #source/gameengine/Physics/Sumo/Fuzzics/include #source/gameengine/Network/LoopBackNetwork'
incs += ' #source/blender/misc #source/blender/blenloader'
incs += ' #source/blender/windowmanager'
incs += ' ' + env['BF_PYTHON_INC']
incs += ' ' + env['BF_SOLID_INC']