mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
a27041c3ef
and I don't think people would appreciate losing their menus :)
6 lines
248 B
R
6 lines
248 B
R
#include "string.h"
|
|
|
|
string (integer old, integer new, string str) String_ReplaceChar = #0;
|
|
string (integer pos, integer len, string str) String_Cut = #0;
|
|
integer (string str) String_Len = #0;
|
|
integer (string str, integer pos) String_GetChar = #0;
|