diff options
Diffstat (limited to 'library/include/LuaWrapper.h')
| -rw-r--r-- | library/include/LuaWrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/include/LuaWrapper.h b/library/include/LuaWrapper.h index 97b2e698..9e449022 100644 --- a/library/include/LuaWrapper.h +++ b/library/include/LuaWrapper.h @@ -77,6 +77,7 @@ namespace DFHack { namespace LuaWrapper { #define DFHACK_ASSIGN_NAME "DFHack::Assign" #define DFHACK_IS_INSTANCE_NAME "DFHack::IsInstance" #define DFHACK_DELETE_NAME "DFHack::Delete" +#define DFHACK_CAST_NAME "DFHack::Cast" extern LuaToken DFHACK_EMPTY_TABLE_TOKEN; |
