14 lines
175 B
C
14 lines
175 B
C
|
#ifndef LUA_FUNCTIONCALL__H
|
||
|
#define LUA_FUNCTIONCALL__H
|
||
|
|
||
|
#include "luamain.h"
|
||
|
#include "functioncall.h"
|
||
|
|
||
|
namespace lua
|
||
|
{
|
||
|
|
||
|
|
||
|
void RegisterFunctionCall(lua::state &st);
|
||
|
|
||
|
}
|
||
|
#endif
|