raze-gles/polymer/eduke32/source/osdcmds.h
Plagman 09f0c239b6 Importing source for great justice
git-svn-id: https://svn.eduke32.com/eduke32@5 1a8010ca-5511-0410-912e-c29ae57300e0
2006-04-13 20:47:06 +00:00

14 lines
272 B
C

#ifndef __osdcmds_h__
#define __osdcmds_h__
struct osdcmd_cheatsinfo {
int cheatnum; // -1 = none, else = see cheats()
int volume,level;
};
extern struct osdcmd_cheatsinfo osdcmd_cheatsinfo_stat;
int registerosdcommands(void);
#endif // __osdcmds_h__