Changeset 2026 for code/branches/objecthierarchy/src/core/LuaBind.h
- Timestamp:
- Oct 28, 2008, 3:06:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/core/LuaBind.h
r1959 r2026 79 79 std::string replaceLuaTags(const std::string& text); // tolua_export 80 80 81 inline void setIncludePath(const std::string& includepath) 82 { this->includePath_ = includepath; } 83 81 84 private: 82 85 LuaBind(); … … 87 90 lua_State* luaState_; 88 91 bool isRunning_; 92 std::string includePath_; 89 93 90 94 }; // tolua_export
Note: See TracChangeset
for help on using the changeset viewer.