1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Added missing change from previous PR #133

This commit is contained in:
Bogdan Marinescu 2018-06-11 20:42:52 +03:00
parent 73af8565de
commit 83ad238d89

View File

@ -22,6 +22,10 @@
#include "desktop_conf.h"
#endif
#ifdef EXTRA_LIBS_INCLUDE
#include "extra_libs.h"
#endif
LUALIB_API int luaopen_platform (lua_State *L);
int luaopen_dummy(lua_State *L);