Changeset 1647 for code/branches/gui/src/core
- Timestamp:
- Jul 27, 2008, 12:34:31 PM (16 years ago)
- Location:
- code/branches/gui/src/core
- Files:
-
- 1 deleted
- 2 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; -
code/branches/gui/src/core/tolua/tolua.pkg
r1638 r1647 1 $cfile "../../src/core/Script _clean.h"1 $cfile "../../src/core/Script.h" 2 2 $cfile "../../src/core/CommandExecutor.h"
Note: See TracChangeset
for help on using the changeset viewer.