Changeset 1647 for code/branches/gui/src/core/Script.h
- Timestamp:
- Jul 27, 2008, 12:34:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/Script.h
r1625 r1647 28 28 29 29 /** 30 @file script.h30 @file 31 31 @brief Representation of an interface to lua 32 32 @author Benjamin Knecht <beni_at_orxonox.net> … … 47 47 namespace orxonox // tolua_export 48 48 { // tolua_export 49 50 class _CoreExport Script // tolua_export 51 { // tolua_export 49 class _CoreExport Script 50 /* 51 class Script { // tolua_export 52 */ 53 { 52 54 struct LoadS { 53 55 const char *s;
Note: See TracChangeset
for help on using the changeset viewer.