mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Finally abstracted constants properly. Changed how the event module works; wasn't really abstract before. Removed libs we're not going to use: native, signal.
This commit is contained in:
@@ -34,7 +34,6 @@ namespace sdl
|
||||
int w_pump(lua_State * L);
|
||||
int w_poll(lua_State * L);
|
||||
int w_wait(lua_State * L);
|
||||
int w_quit(lua_State * L);
|
||||
int w_push(lua_State * L);
|
||||
|
||||
extern "C" LOVE_EXPORT int luaopen_love_event(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user