[Scripting] Add <VERSION>, <WAIT>, <COLOR> + cleanup + version bump
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#define strcmpcheck(x, y) (!strcmp(x, y))
|
||||
|
||||
typedef int (*part_handler)();
|
||||
typedef void (*part_handler)();
|
||||
typedef struct _script_parts {
|
||||
char name[11];
|
||||
part_handler handler;
|
||||
|
||||
Reference in New Issue
Block a user