6 lines
102 B
C
6 lines
102 B
C
|
|
#pragma once
|
||
|
|
#include "head.h"
|
||
|
|
namespace ScriptApis {
|
||
|
|
auto initFunciton(lua_State* luaVm) -> void;
|
||
|
|
};
|