blob: cb04b1fe31b8ae074161db93ca3d694b0260b9a1 (
plain)
1
2
3
4
5
6
7
8
|
// Filled in by the build system
#pragma once
#define TEST_WORLDDIR "@TEST_WORLDDIR@"
#define TEST_SUBGAME_PATH "@TEST_SUBGAME_PATH@"
#define TEST_MOD_PATH "@TEST_MOD_PATH@"
#define HELPERS_PATH "@HELPERS_PATH@"
|