raylib-lua-legacy/src/raylua.h

9 lines
132 B
C
Raw Normal View History

2020-02-27 17:01:34 +00:00
#ifndef H_RAYLUA
#define H_RAYLUA
#include <lua.h>
void raylua_boot(lua_State *L, lua_CFunction loadfile);
#endif /* H_RAYLUA */