|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "oo.qh"Go to the source code of this file.
Macros | |
| #define | CASE(class, id) |
| #define | ENUMCAST(T, it) |
| #define | ENUMCLASS(id) |
| #define | ENUMCLASS_END(id) |
| #define | ORDINAL(it) |
Variables | |
| int | enum_ordinal |
| #define CASE | ( | class, | |
| id ) |
Definition at line 23 of file enumclass.qh.
| #define ENUMCAST | ( | T, | |
| it ) |
| #define ENUMCLASS | ( | id | ) |
| #define ENUMCLASS_END | ( | id | ) |
Definition at line 24 of file enumclass.qh.
| #define ORDINAL | ( | it | ) |
Definition at line 25 of file enumclass.qh.
Referenced by Announcer_Gamestart(), Get_Notif_TypeName(), HUD_CenterPrint(), Kill_Notification(), Local_Notification_centerprint_Add(), NET_HANDLE(), and Net_Write_Notification().
| int enum_ordinal |
Definition at line 21 of file enumclass.qh.