From 3b98f3439e33b15bba2036c402f9925340fdb2b9 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 29 Jun 2013 23:23:43 -0700 Subject: Poison std::string and use the various string classes --- src/map/grfio.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/map/grfio.hpp') diff --git a/src/map/grfio.hpp b/src/map/grfio.hpp index fd7b871..aa222c6 100644 --- a/src/map/grfio.hpp +++ b/src/map/grfio.hpp @@ -5,11 +5,12 @@ #include -#include "../common/const_array.hpp" +#include "../common/mmo.hpp" +#include "../common/strings.hpp" /// Load a resource into memory, subject to data/resnametable.txt. /// Normally, resourcename is xxx-y.gat and the file is xxx-y.wlk. /// Currently there is exactly one .wlk per .gat, but multiples are fine. -std::vector grfio_reads(const_string resourcename); +std::vector grfio_reads(MapName resourcename); #endif // GRFIO_HPP -- cgit v1.2.3-70-g09d2