summaryrefslogtreecommitdiffstats
path: root/src/script/cbottoken.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-03-29 10:03:35 +0100
committerkrzys-h <krzys_h@interia.pl>2013-03-29 10:03:35 +0100
commit8777c126de292ca3591ffc8af820638643a19ba2 (patch)
treeeaae9cf6838f10dd4ef4138e2677cc68e5023e11 /src/script/cbottoken.h
parent85dcc51434629adab3d523d3e1ec3cf1173002ec (diff)
downloadcolobot-8777c126de292ca3591ffc8af820638643a19ba2.tar.gz
colobot-8777c126de292ca3591ffc8af820638643a19ba2.tar.bz2
colobot-8777c126de292ca3591ffc8af820638643a19ba2.zip
Added SatCom translations
Diffstat (limited to 'src/script/cbottoken.h')
-rw-r--r--src/script/cbottoken.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/cbottoken.h b/src/script/cbottoken.h
index f5b7b70..bc53f77 100644
--- a/src/script/cbottoken.h
+++ b/src/script/cbottoken.h
@@ -30,8 +30,8 @@
extern const char* GetObjectName(ObjectType type);
extern const char* GetObjectAlias(ObjectType type);
-extern const char* GetHelpFilename(ObjectType type);
-extern const char* GetHelpFilename(const char *token);
+extern std::string GetHelpFilename(ObjectType type);
+extern std::string GetHelpFilename(const char *token);
extern bool IsType(const char *token);
extern bool IsFunction(const char *token);
extern const char* GetHelpText(const char *token);