CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
lua_rnc.h
Go to the documentation of this file.
1#ifndef CORSIX_TH_LUA_RNC
2#define CORSIX_TH_LUA_RNC
3
4#include "lua.hpp"
5
6int luaopen_rnc(lua_State* L);
7
8#endif
int luaopen_rnc(lua_State *L)
Definition lua_rnc.cpp:77