(svn r23478) -Codechange: add a method to copy string parameters *and* its raw strings

This commit is contained in:
rubidium
2011-12-10 16:03:12 +00:00
parent 7bb4a0b825
commit c06a3555fb
2 changed files with 26 additions and 1 deletions

View File

@@ -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.