mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
a27041c3ef
and I don't think people would appreciate losing their menus :)
9 lines
286 B
C
9 lines
286 B
C
#ifndef __string_h
|
|
#define __string_h
|
|
|
|
@extern string (integer old, integer new, string str) String_ReplaceChar;
|
|
@extern string (integer pos, integer len, string str) String_Cut;
|
|
@extern integer (string str) String_Len;
|
|
@extern integer (string str, integer pos) String_GetChar;
|
|
|
|
#endif
|