#ifndef STATE_H #define STATE_H #include "twn_game_api.h" #include typedef struct State { lua_State *L; } State; #endif