Changeset 6040 for sandbox_light/src/libraries/core/LuaState.cc
- Timestamp:
- Nov 5, 2009, 10:15:05 PM (15 years ago)
- Location:
- sandbox_light
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sandbox_light
- Property svn:mergeinfo changed
-
sandbox_light/src/libraries/core/LuaState.cc
r5782 r6040 38 38 39 39 #include "util/Debug.h" 40 #include " Core.h"40 #include "PathConfig.h" 41 41 #include "ToluaBindCore.h" 42 42 … … 106 106 shared_ptr<ResourceInfo> LuaState::getFileInfo(const std::string& filename) 107 107 { 108 boost::filesystem::path filepath = Core::getDataPath() / "lua" / filename;108 boost::filesystem::path filepath = PathConfig::getDataPath() / "lua" / filename; 109 109 if (boost::filesystem::exists(filepath)) 110 110 {
Note: See TracChangeset
for help on using the changeset viewer.