Changeset 1048 for code/trunk/src/orxonox/core/ToLuaBind.cc
- Timestamp:
- Apr 14, 2008, 12:26:11 AM (17 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/core/ToLuaBind.cc
r1046 r1048 9 9 #include "string.h" 10 10 11 #include " tolua++.h"11 #include "util/tolua/tolua++.h" 12 12 13 13 /* Exported function */ 14 14 TOLUA_API int tolua_orxonox_open (lua_State* tolua_S); 15 15 16 #include " ../Script.h"16 #include "Script.h" 17 17 18 18 /* function to register type */
Note: See TracChangeset
for help on using the changeset viewer.