mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update INI.cpp
This commit is contained in:
parent
c205261ee9
commit
d749250e1b
@ -464,7 +464,7 @@ void Register_INI(HSQUIRRELVM vm)
|
|||||||
.Overload< bool (IniDocument::*)(const SQChar *, const SQChar *, const SQChar *, bool) >(_SC("DeleteValue"), &IniDocument::DeleteValue)
|
.Overload< bool (IniDocument::*)(const SQChar *, const SQChar *, const SQChar *, bool) >(_SC("DeleteValue"), &IniDocument::DeleteValue)
|
||||||
);
|
);
|
||||||
|
|
||||||
RootTable(vm).Bind(_SC("SqIni"), inins);
|
RootTable(vm).Bind(_SC("SqINI"), inins);
|
||||||
|
|
||||||
ConstTable(vm).Enum(_SC("SqIniError"), Enumeration(vm)
|
ConstTable(vm).Enum(_SC("SqIniError"), Enumeration(vm)
|
||||||
.Const(_SC("Ok"), int32_t(SI_OK))
|
.Const(_SC("Ok"), int32_t(SI_OK))
|
||||||
|
Loading…
Reference in New Issue
Block a user