mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
fahhh
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include "lauxlib.h"
|
||||
|
||||
namespace LuaOsExtension
|
||||
{
|
||||
extern const luaL_Reg registry[];
|
||||
}
|
||||
|
||||
namespace LuaMathExtension
|
||||
{
|
||||
int noise(lua_State* L);
|
||||
}
|
||||
|
||||
namespace LuaDebugExtension
|
||||
{
|
||||
extern const luaL_Reg registry[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user