Changeset 10561 in orxonox.OLD for branches/scriptimprovements/src
- Timestamp:
- Feb 1, 2007, 10:51:19 AM (18 years ago)
- Location:
- branches/scriptimprovements/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scriptimprovements/src/lib/script_engine/Makefile.am
r9916 r10561 17 17 script.cc \ 18 18 script_manager.cc \ 19 executor_lua_state.cc 19 executor_lua_state.cc \ 20 lua_vector.cc 20 21 21 22 AM_CPPFLAGS= @LUA_INCLUDES@ … … 27 28 script_class.h \ 28 29 script_method.h \ 29 executor_lua_state.h 30 executor_lua_state.h \ 31 lua_vector.h 30 32 31 33 -
branches/scriptimprovements/src/world_entities/camera.cc
r10495 r10561 28 28 #include "debug.h" 29 29 30 31 30 ObjectListDefinition(Camera); 32 31
Note: See TracChangeset
for help on using the changeset viewer.