Xonotic
|
Go to the source code of this file.
Macros | |
#define | itos(i) ftos(i) |
#define | stob(s) stof(s) |
#define | stoi(s) stof(s) |
#define itos | ( | i | ) | ftos(i) |
Definition at line 6 of file int.qh.
Referenced by GameLogEcho(), Scoreboard_AddPlayerId(), and spawnfunc().
#define stoi | ( | s | ) | stof(s) |
Definition at line 4 of file int.qh.
Referenced by bd_load_piece(), CommonCommand_records(), db_load(), HUD_Main(), LocalCommand_boxparticles(), MapHasRightSize(), and XonoticServerList_drawListBoxItem().