6 lines
102 B
C
6 lines
102 B
C
#pragma once
|
|
#include "LuaVM.h"
|
|
|
|
int InitChannel(lua_State* L);
|
|
int CreateVM(lua_State* L); // -1 +1
|