summaryrefslogtreecommitdiffstats
path: root/src/common/restext.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-13 23:28:06 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-13 23:28:06 +0200
commit94e7fd920353c39471d8836a8bf87ffb113f1349 (patch)
tree1c814f4710e1aa04a5c24d5667c55b95b018c287 /src/common/restext.h
parent87c87c2c06aaea40784ea4de11d4619b54fb8be2 (diff)
downloadcolobot-94e7fd920353c39471d8836a8bf87ffb113f1349.tar.gz
colobot-94e7fd920353c39471d8836a8bf87ffb113f1349.tar.bz2
colobot-94e7fd920353c39471d8836a8bf87ffb113f1349.zip
Locale settings and translation fixes
- added locale setting - removed unused translations - updated .po files
Diffstat (limited to 'src/common/restext.h')
-rw-r--r--src/common/restext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/restext.h b/src/common/restext.h
index 0dba89a..b47e03c 100644
--- a/src/common/restext.h
+++ b/src/common/restext.h
@@ -40,6 +40,8 @@ enum ResType
};
+// TODO: move to CRobotMain
+
extern void SetGlobalGamerName(char *name);
extern bool SearchKey(char *cmd, KeyRank &key);
extern bool GetResource(ResType type, int num, char* text);