mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Moved the Lua wrapper code for love.event out of the sdl implementation folder.
--HG-- branch : minor
This commit is contained in:
@@ -70,6 +70,7 @@ public:
|
||||
virtual void clear();
|
||||
|
||||
virtual void pump() = 0;
|
||||
virtual Message *wait() = 0;
|
||||
|
||||
protected:
|
||||
thread::Mutex *mutex;
|
||||
|
||||
Reference in New Issue
Block a user