mirror of
https://github.com/rwengine/openrw.git
synced 2025-04-29 13:28:04 +03:00
9 lines
178 B
C++
9 lines
178 B
C++
#include "test_Globals.hpp"
|
|
|
|
#include <GameConfig.hpp>
|
|
|
|
#if RW_TEST_WITH_DATA
|
|
std::string Global::getGamePath() {
|
|
return GameConfig("openrw.ini").getGameDataPath();
|
|
}
|
|
#endif
|