diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-05 17:51:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-05 17:52:20 +0300 |
commit | 0f1ff357b2c24e16ac96ea4650de6deeb9609485 (patch) | |
tree | acfaa7c6180ace1e127ea1be06da27a469ea0e04 /src/resources/dye | |
parent | 5aca48c5a15041a85af0709cdf1496c61c34b1dd (diff) | |
download | ManaVerse-0f1ff357b2c24e16ac96ea4650de6deeb9609485.tar.gz ManaVerse-0f1ff357b2c24e16ac96ea4650de6deeb9609485.tar.bz2 ManaVerse-0f1ff357b2c24e16ac96ea4650de6deeb9609485.tar.xz ManaVerse-0f1ff357b2c24e16ac96ea4650de6deeb9609485.zip |
Rename virtfs into fs.
Diffstat (limited to 'src/resources/dye')
-rw-r--r-- | src/resources/dye/dye_unittest.cc | 2 | ||||
-rw-r--r-- | src/resources/dye/dyepalette_unittest.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/dye/dye_unittest.cc b/src/resources/dye/dye_unittest.cc index f31097cbe..b21b03016 100644 --- a/src/resources/dye/dye_unittest.cc +++ b/src/resources/dye/dye_unittest.cc @@ -26,7 +26,7 @@ #include "being/actorsprite.h" -#include "fs/virtfs/virtfs.h" +#include "fs/virtfs/fs.h" #include "gui/gui.h" diff --git a/src/resources/dye/dyepalette_unittest.cc b/src/resources/dye/dyepalette_unittest.cc index 280a74ead..338e7c23d 100644 --- a/src/resources/dye/dyepalette_unittest.cc +++ b/src/resources/dye/dyepalette_unittest.cc @@ -28,7 +28,7 @@ #include "being/actorsprite.h" -#include "fs/virtfs/virtfs.h" +#include "fs/virtfs/fs.h" #include "gui/gui.h" #include "gui/theme.h" |