mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Updated the iOS xcode project search paths for the luajit headers and static library.
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#define LOVE_THREAD_THREAD_H
|
||||
|
||||
// LOVE
|
||||
#include "common/runtime.h"
|
||||
#include "common/Object.h"
|
||||
|
||||
namespace love
|
||||
@@ -39,7 +38,7 @@ public:
|
||||
virtual void wait() = 0;
|
||||
virtual bool isRunning() = 0;
|
||||
|
||||
}; // ThreadObject
|
||||
}; // Thread
|
||||
|
||||
} // thread
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user