mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
HDB: Added several Lua global values
This commit is contained in:
parent
8d4168ca58
commit
3f01af23cf
@ -701,9 +701,14 @@ struct VarInit {
|
||||
// For AI States, to be implemented
|
||||
struct NumberInit {
|
||||
int value;
|
||||
char *luaName;
|
||||
const char *luaName;
|
||||
} luaGlobalValues[] = {
|
||||
{NULL, NULL}
|
||||
{ DIR_NONE, "DIR_NONE" },
|
||||
{ DIR_DOWN, "DIR_DOWN" },
|
||||
{ DIR_UP, "DIR_UP" },
|
||||
{ DIR_LEFT, "DIR_LEFT" },
|
||||
{ DIR_RIGHT, "DIR_RIGHT" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
struct FuncInit {
|
||||
|
Loading…
x
Reference in New Issue
Block a user