raze-gles/polymer/eduke32/source/osdcmds.h

17 lines
322 B
C

#ifndef __osdcmds_h__
#define __osdcmds_h__
struct osdcmd_cheatsinfo {
int32_t cheatnum; // -1 = none, else = see DoCheats()
int32_t volume,level;
};
extern struct osdcmd_cheatsinfo osdcmd_cheatsinfo_stat;
int32_t registerosdcommands(void);
extern float r_ambientlight,r_ambientlightrecip;
#endif // __osdcmds_h__