mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-05 19:31:04 +00:00
This adds an environment variable MINETEST_MOD_PATH. When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/.
7 lines
176 B
C
7 lines
176 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@"
|