mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +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_MOUSE_SDL_WRAP_MOUSE_H
|
||||
|
||||
// LOVE
|
||||
#include <common/config.h>
|
||||
#include "Mouse.h"
|
||||
|
||||
namespace love
|
||||
@@ -45,4 +46,7 @@ namespace sdl
|
||||
} // mouse
|
||||
} // love
|
||||
|
||||
extern "C" LOVE_EXPORT int luaopen_love_mouse(lua_State * L);
|
||||
|
||||
#endif // LOVE_MOUSE_SDL_WRAP_MOUSE_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user