summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-12-10 16:03:12 +0000
committerrubidium <rubidium@openttd.org>2011-12-10 16:03:12 +0000
commitc06a3555fb7c8eb5bb6af81bc92fe7479fbce193 (patch)
tree84ff8fde61be26df0a314dd4ba9cd49963507ee9 /src/strings_func.h
parent7bb4a0b825f141e56541dbb7bd25787676125629 (diff)
downloadopenttd-c06a3555fb7c8eb5bb6af81bc92fe7479fbce193.tar.xz
(svn r23478) -Codechange: add a method to copy string parameters *and* its raw strings
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strings_func.h b/src/strings_func.h
index 3f98ad48d..6d4398dad 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -168,6 +168,7 @@ void SetDParamStr(uint n, const char *str);
void CopyInDParam(int offs, const uint64 *src, int num);
void CopyOutDParam(uint64 *dst, int offs, int num);
+void CopyOutDParam(uint64 *dst, const char **strings, StringID string, int num);
/**
* Get the current string parameter at index \a n from parameter array \a s.