Fix editor structures definitions

This commit is contained in:
Louis Gombert
2024-06-03 22:38:39 +02:00
parent b8949f292d
commit 1821da99e7
7 changed files with 17 additions and 19 deletions

View File

@@ -45,11 +45,11 @@
#define ST_LEVEL 0
#define ST_GAME 1
struct{
struct tCompilerInfo{
char source_filename[_MAX_PATH];
uint8_t script_type;
void (*callback)(char *str);
}tCompilerInfo;
};
#define CERR_NOERR 0
#define CERR_NOCOMPILERDEFINED 1