From caae1e38d0d239f4f7088a64526fe1d2f6587999 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Sep 2013 23:55:29 -0700 Subject: Split string header into pieces --- src/common/dumb_ptr.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/common/dumb_ptr.hpp') diff --git a/src/common/dumb_ptr.hpp b/src/common/dumb_ptr.hpp index fe5031a..bcc9dda 100644 --- a/src/common/dumb_ptr.hpp +++ b/src/common/dumb_ptr.hpp @@ -25,8 +25,11 @@ #include +#include "../strings/fstring.hpp" +#include "../strings/zstring.hpp" +#include "../strings/xstring.hpp" + #include "const_array.hpp" -#include "strings.hpp" // unmanaged new/delete-able pointer // should be replaced by std::unique_ptr @@ -240,7 +243,7 @@ struct dumb_string operator ZString() const { - return ZString(ZString::really_construct_from_a_pointer, c_str(), nullptr); + return ZString(strings::really_construct_from_a_pointer, c_str(), nullptr); } FString str() const -- cgit v1.2.3-70-g09d2