rename /apps/lua/ to /apps/twnlua/
This commit is contained in:
14
apps/twnlua/state.h
Normal file
14
apps/twnlua/state.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef STATE_H
|
||||
#define STATE_H
|
||||
|
||||
#include "twn_game_api.h"
|
||||
|
||||
#include <lua.h>
|
||||
|
||||
|
||||
typedef struct State {
|
||||
lua_State *L;
|
||||
} State;
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user