rename test library to app & rename app.name to app.script

This commit is contained in:
MihailRis
2024-12-25 06:06:55 +03:00
parent deb85ba2d8
commit ad6a6666da
7 changed files with 35 additions and 35 deletions
+5
View File
@@ -0,0 +1,5 @@
#include "api_lua.hpp"
const luaL_Reg applib[] = {
{NULL, NULL}
};