Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
LuaFunctions.h
Go to the documentation of this file.
1/*
2* Copyright (C) 2010 - 2013 Eluna Lua Engine <http://emudevs.com/>
3* This program is free software licensed under GPL version 3
4* Please see the included DOCS/LICENSE.TXT for more information
5*/
6
7#ifndef LUA_FUNCTIONS_H
8#define LUA_FUNCTIONS_H
9
10struct lua_State;
11
12void RegisterGlobals(lua_State* L);
13void RegisterFunctions(lua_State* L);
14
15#endif
void RegisterGlobals(lua_State *L)
void RegisterFunctions(lua_State *L)