From 2386bda56b33de68370fa8acc76e39ddddd836c6 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 8 Feb 2009 15:27:59 +0000 Subject: changed inifile and map to use filesystem::IFileStream --- src/model/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/model/map.h') diff --git a/src/model/map.h b/src/model/map.h index b46be7c..e38b9ec 100644 --- a/src/model/map.h +++ b/src/model/map.h @@ -7,13 +7,13 @@ #ifndef __INCLUDED_MODEL_MAP_H__ #define __INCLUDED_MODEL_MAP_H__ -#include #include #include #include "model/model.h" #include "model/plane.h" #include "model/primitives.h" +#include "filesystem/filestream.h" namespace model { @@ -167,7 +167,7 @@ private: unsigned int parse_level; unsigned int line_number; - std::ifstream mapfile_ifs; + filesystem::IFileStream mapfile_ifs; std::string mapfile_name; math::Vector3f class_maxbbox; -- cgit v1.2.3