luaWrapper/sample/sample_1/LuaBankAccount.hpp

5 lines
79 B
C++

#pragma once
struct lua_State;
int luaopen_BankAccount(lua_State* _luaState);