Changeset 1959 for code/branches/objecthierarchy/src/core/LuaBind.h
- Timestamp:
- Oct 19, 2008, 11:46:37 PM (17 years ago)
- Location:
- code/branches/objecthierarchy
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy
- Property svn:mergeinfo changed
/code/branches/script_trigger (added) merged: 1296,1307,1383,1541,1550,1671,1693,1851,1904,1906
- Property svn:mergeinfo changed
-
code/branches/objecthierarchy/src/core/LuaBind.h
- Property svn:eol-style set to native
r1954 r1959 28 28 29 29 /** 30 @file LuaBind.h30 @file 31 31 @brief Representation of an interface to lua 32 32 @author Benjamin Knecht <beni_at_orxonox.net> … … 39 39 40 40 extern "C" { 41 #include <lua .h>41 #include <lua/lua.h> 42 42 } 43 43 … … 47 47 namespace orxonox // tolua_export 48 48 { // tolua_export 49 50 class _CoreExport LuaBind // tolua_export 51 { // tolua_export 49 class _CoreExport LuaBind 50 { 51 /* 52 class LuaBind { // tolua_export 53 */ 52 54 struct LoadS { 53 55 const char *s; … … 73 75 inline std::string getLuaOutput() { return output_; }; 74 76 //inline std::string* getFileString() { return &fileString_; }; 77 inline void clearLuaOutput() { output_ = ""; } 75 78 76 unsigned int getNextQuote(const std::string& text, unsigned int start);77 79 std::string replaceLuaTags(const std::string& text); // tolua_export 78 80
Note: See TracChangeset
for help on using the changeset viewer.