Updated the iOS xcode project search paths for the luajit headers and static library.

This commit is contained in:
Alex Szpakowski
2015-04-25 12:00:07 -03:00
parent e7f56241ec
commit 8e42f591ce
4 changed files with 23 additions and 22 deletions
+1 -2
View File
@@ -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