server/src/bind_storage.h
2019-09-13 21:35:44 +02:00

10 lines
137 B
C

#ifdef __cplusplus
extern "C" {
#endif
struct lua_State;
void tolua_storage_open(struct lua_State *L);
#ifdef __cplusplus
}
#endif