mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
It's now possible to build each module individually (as a DLL).
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#define LOVE_EVENT_SDL_WRAP_EVENT_H
|
||||
|
||||
// LOVE
|
||||
#include <common/config.h>
|
||||
#include "Event.h"
|
||||
|
||||
namespace love
|
||||
@@ -42,4 +43,6 @@ namespace sdl
|
||||
} // event
|
||||
} // love
|
||||
|
||||
extern "C" LOVE_EXPORT int luaopen_love_event(lua_State * L);
|
||||
|
||||
#endif // LOVE_EVENT_SDL_WRAP_EVENT_H
|
||||
|
||||
Reference in New Issue
Block a user