diff options
Diffstat (limited to 'strings.h')
-rw-r--r-- | strings.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ static inline char* InlineString(char* buf, uint16 string) } char *GetString(char *buffr, uint16 string); -char *GetStringWithArgs(char *buffr, uint string, const int32 *argv); extern char _userstring[128]; |