Changeset 1048 for code/trunk/src/orxonox/core/Script.h
- Timestamp:
- Apr 14, 2008, 12:26:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/core/Script.h
r1038 r1048 8 8 #define _Script_H__ 9 9 10 #include "CorePrereqs.h" 11 10 12 extern "C" { 11 #include "lua.h"13 #include <lua.h> 12 14 } 13 15 … … 18 20 { // tolua_export 19 21 20 class Script // tolua_export22 class _CoreExport Script // tolua_export 21 23 { // tolua_export 22 24 public:
Note: See TracChangeset
for help on using the changeset viewer.