mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
8 lines
214 B
C
8 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@"
|