summaryrefslogtreecommitdiff
path: root/src/dyetool
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-10 20:16:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-10 20:47:24 +0300
commit6c9c56b70db43f4100863d312835fce763698008 (patch)
tree4a182019f18677c1b71202a79d8f4faceebe05c9 /src/dyetool
parent5e7866bd7cc3bf850d9ba3e636d8eca88ac797c7 (diff)
downloadplus-6c9c56b70db43f4100863d312835fce763698008.tar.gz
plus-6c9c56b70db43f4100863d312835fce763698008.tar.bz2
plus-6c9c56b70db43f4100863d312835fce763698008.tar.xz
plus-6c9c56b70db43f4100863d312835fce763698008.zip
Rename physfstools into virtfs.
Diffstat (limited to 'src/dyetool')
-rw-r--r--src/dyetool/client.cpp2
-rw-r--r--src/dyetool/dyemain.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp
index 415c9779a..d32a08493 100644
--- a/src/dyetool/client.cpp
+++ b/src/dyetool/client.cpp
@@ -63,7 +63,7 @@
#include "utils/paths.h"
#endif // ANDROID
-#include "utils/physfstools.h"
+#include "utils/virtfs.h"
#include "utils/sdlcheckutils.h"
#include "utils/timer.h"
diff --git a/src/dyetool/dyemain.cpp b/src/dyetool/dyemain.cpp
index 0c728155b..7e0ed94a4 100644
--- a/src/dyetool/dyemain.cpp
+++ b/src/dyetool/dyemain.cpp
@@ -37,7 +37,7 @@
#include "resources/resourcemanager/resourcemanager.h"
#include "utils/gettext.h"
-#include "utils/physfstools.h"
+#include "utils/virtfs.h"
#include <iostream>
@@ -74,7 +74,7 @@ int main(int argc, char **argv)
logger = new Logger;
logger->setLogToStandardOut(false);
- PhysFs::init(argv[0]);
+ VirtFs::init(argv[0]);
SDL_Init(SDL_INIT_VIDEO);
graphicsManager.createWindow(10, 10, 0, SDL_ANYFORMAT);