Add constants for script paths

Game script path and its compile list.
This commit is contained in:
Kawe Mazidjatari 2023-07-09 20:12:09 +02:00
parent e2bf1b7a99
commit d5f74dc245

View File

@ -5,6 +5,9 @@
#include "datamap.h"
//---------------------------------------------------------
// Location of the scripts, and its compile list
#define GAME_SCRIPT_PATH "scripts/vscripts/"
#define GAME_SCRIPT_COMPILELIST GAME_SCRIPT_PATH"scripts.rson"
DECLARE_POINTER_HANDLE(HSCRIPT);
#define INVALID_HSCRIPT ((HSCRIPT)-1)