CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
Classes | Functions
persist_lua.h File Reference
#include "config.h"
#include <type_traits>
#include <vector>
#include "lua.hpp"

Go to the source code of this file.

Classes

struct  lua_persist_int< T >
 
struct  lua_persist_int< int >
 
class  lua_persist_writer
 Interface used for persisting Lua objects. More...
 
class  lua_persist_reader
 Interface used for depersisting Lua objects. More...
 

Functions

int luaopen_persist (lua_State *L)
 

Function Documentation

◆ luaopen_persist()

int luaopen_persist ( lua_State L)