Changeset 8858 for code/trunk/src/libraries/core/LuaState.h
- Timestamp:
- Aug 23, 2011, 12:45:53 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:ignore
-
old new 1 1 build 2 2 codeblocks 3 vs 3 4 dependencies
-
- Property svn:mergeinfo changed
/code/branches/output (added) merged: 8739-8740,8765,8771-8772,8774-8780,8787-8789,8794-8799,8801,8803-8812,8814,8816-8817,8820,8822,8825-8837,8840,8844,8846,8848-8850,8853-8854
- Property svn:ignore
-
code/trunk/src/libraries/core/LuaState.h
r8729 r8858 49 49 #include <boost/shared_ptr.hpp> 50 50 51 #include "util/Output.h" 52 51 53 namespace orxonox // tolua_export 52 54 { // tolua_export … … 83 85 84 86 void luaPrint(const std::string& str); // tolua_export 85 void luaLog(unsigned int level, const std::string& message); // tolua_export 87 void luaOutput(orxonox::level::OutputLevel level, const std::string& context, const std::string& message); // tolua_export 88 void luaOutput(orxonox::level::OutputLevel level, const std::string& message); // tolua_export 89 void luaOutput(const std::string& message); // tolua_export 86 90 bool fileExists(const std::string& filename); // tolua_export 87 91 std::string getSourceCode(const std::string& filename); // tolua_export
Note: See TracChangeset
for help on using the changeset viewer.