mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
10 lines
296 B
R
10 lines
296 B
R
|
#include <string.h>
|
||
|
|
||
|
string (float f) ftos = #26;
|
||
|
string (vector v) vtos = #27;
|
||
|
float (string s) stof = #81;
|
||
|
float (string goal, string s) charcount = #0x000f0000 + 101;
|
||
|
string (int i) itos = #0x000f0000 + 112;
|
||
|
int (string s) stoi = #0x000f0000 + 113;
|
||
|
vector (string s) stov = #0x000f0000 + 114;
|