]> icculus.org git repositories - theoddone33/hhexen.git/blob - include/cvar.h
osezer patch 003
[theoddone33/hhexen.git] / include / cvar.h
1 typedef struct cvar_s
2 {
3         char            *string;
4         char            *name;
5         float           value;
6         struct cvar_s   *next;
7 } cvar_t;