working version

This commit is contained in:
2023-10-03 20:40:16 -07:00
parent 29228bd192
commit f2ad1bed9e
12 changed files with 19 additions and 1289 deletions

View File

@@ -1,3 +1,5 @@
#include "..\script_mod.hpp"
params [
["_message", "", [""]],
["_level", "INFO", [""]],

View File

@@ -1,7 +1,7 @@
#define MAJOR 0
#define MINOR 2
#define PATCH 0
#define BUILD 20230919
#define BUILD 20231003
#define VERSION 0.2
#define VERSION_STR MAJOR##.##MINOR##.##PATCH##.##BUILD