summaryrefslogtreecommitdiffhomepage
path: root/MagicEx/include/MagicLoad.h
diff options
context:
space:
mode:
Diffstat (limited to 'MagicEx/include/MagicLoad.h')
-rw-r--r--MagicEx/include/MagicLoad.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/MagicEx/include/MagicLoad.h b/MagicEx/include/MagicLoad.h
index f447945..c1322bd 100644
--- a/MagicEx/include/MagicLoad.h
+++ b/MagicEx/include/MagicLoad.h
@@ -8,8 +8,6 @@
#include <windows.h>
-#include <filesystem>
-
#include <Bitmap.h>
#include <Solid.h>
@@ -17,7 +15,7 @@
int LoadBuffer(const char* filename, BYTE*& buf, bool null_terminate=false);
int LoadTexture(const char* name, Bitmap*& bmp, int type=0);
int LoadAlpha(const char* name, Bitmap& bitmap, int type=0);
-template <typename ModelLoader> bool ImportInto(const std::filesystem::path& pathname, Solid* target);
+template <typename ModelLoader> bool ImportInto(const char* pathname, Solid* target);
#include "MagicLoad.inl.h"