9 lines
214 B
C
9 lines
214 B
C
// 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@"
|