Moved the Lua wrapper code for love.event out of the sdl implementation folder.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-03-01 02:55:50 -04:00
parent a8276105c7
commit c572b1af19
5 changed files with 18 additions and 24 deletions
+1
View File
@@ -70,6 +70,7 @@ public:
virtual void clear();
virtual void pump() = 0;
virtual Message *wait() = 0;
protected:
thread::Mutex *mutex;