diff options
Diffstat (limited to 'plugins/MirLua/src/m_core.cpp')
-rw-r--r-- | plugins/MirLua/src/m_core.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/MirLua/src/m_core.cpp b/plugins/MirLua/src/m_core.cpp index e2e34ea717..339a2e8419 100644 --- a/plugins/MirLua/src/m_core.cpp +++ b/plugins/MirLua/src/m_core.cpp @@ -275,12 +275,14 @@ luaL_Reg coreApi[] = { "Utf8DecodeA", core_Utf8DecodeA },
{ "Utf8DecodeW", core_Utf8DecodeW },
-
+
{ "Free", core_Free },
{ "Translate", core_Translate },
{ "ReplaceVariables", core_ReplaceVariables },
+ { "PointerToNumber", luaM_ptr2number },
+
{ "GetFullPath", core_GetFullPath },
{ "Version", NULL },
|