mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-10 04:42:38 +01:00
10 lines
178 B
C++
10 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
|