summaryrefslogtreecommitdiffstats
path: root/src/common/restext.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-05-01 21:02:43 +0200
committerkrzys-h <krzys_h@interia.pl>2013-05-01 21:02:43 +0200
commitd815fbf09e0e99b42d449bce7083bc0968f581be (patch)
treeec7ebdbe407968e25585c6195a7f51370d234a3b /src/common/restext.h
parent23e3e552f3a93b382e494d0a60ab22c266d1dcd1 (diff)
downloadcolobot-d815fbf09e0e99b42d449bce7083bc0968f581be.tar.gz
colobot-d815fbf09e0e99b42d449bce7083bc0968f581be.tar.bz2
colobot-d815fbf09e0e99b42d449bce7083bc0968f581be.zip
Saving information to profile (#154)
Diffstat (limited to 'src/common/restext.h')
-rw-r--r--src/common/restext.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/restext.h b/src/common/restext.h
index 8199f9f..1c99473 100644
--- a/src/common/restext.h
+++ b/src/common/restext.h
@@ -24,6 +24,8 @@
#include "common/global.h"
+#include <string>
+
/**
* \enum ResType
@@ -153,6 +155,6 @@ enum ResTextType
void InitializeRestext();
-void SetGlobalGamerName(char *name);
+void SetGlobalGamerName(std::string name);
bool SearchKey(const char *cmd, InputSlot& slot);
bool GetResource(ResType type, int num, char* text);