Include the physfs 3.0.1 source in love.

This commit is contained in:
Alex Szpakowski
2017-12-15 19:41:17 -04:00
parent 5950688770
commit 1d8a3326b3
35 changed files with 25263 additions and 37 deletions
+1 -5
View File
@@ -26,11 +26,7 @@
#include "filesystem/File.h"
// PhysFS
#ifdef LOVE_APPLE_USE_FRAMEWORKS
#include <physfs/physfs.h>
#else
#include <physfs.h>
#endif
#include "libraries/physfs/physfs.h"
// STD
#include <string>