From c06a3555fb7c8eb5bb6af81bc92fe7479fbce193 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 10 Dec 2011 16:03:12 +0000 Subject: (svn r23478) -Codechange: add a method to copy string parameters *and* its raw strings --- src/strings_func.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strings_func.h') 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. -- cgit v1.2.3-54-g00ecf