embed event api compatibility lua script

probably temporary, can't deprecate and remove an extremely common api in the same version.
lua script embed code mostly copied from my mod
This commit is contained in:
jacob1
2018-11-17 00:09:48 -05:00
parent e48bd482f6
commit 2929264885
11 changed files with 284 additions and 3 deletions

7
resources/resource.h Normal file
View File

@@ -0,0 +1,7 @@
#define LUASCRIPT 256
#define IDI_ICON1 101
#define IDI_ICON2 102
#define IDI_TPTMP 103
#define IDI_SCRIPTMANAGER 104
#define IDI_EVENTCOMPAT 105