lua json library

This commit is contained in:
MihailRis
2024-04-22 17:08:20 +03:00
parent 30a38035e2
commit 8e4f8004f7
9 changed files with 126 additions and 31 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ namespace lua {
bool toboolean(int idx);
luaint tointeger(int idx);
luanumber tonumber(int idx);
dynamic::Value tovalue(int idx);
std::unique_ptr<dynamic::Value> tovalue(int idx);
const char* tostring(int idx);
bool isstring(int idx);
bool isfunction(int idx);