mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 19:20:38 +00:00
Remove unused SYSTEM_POOL_SIZE definition (was used with nedmalloc), change in3dmode() into macro similar to bkbhit()
git-svn-id: https://svn.eduke32.com/eduke32@4039 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
322888ce83
commit
7e63cac6a0
1 changed files with 1 additions and 6 deletions
|
@ -12,8 +12,6 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SYSTEM_POOL_SIZE (64 * 1048576)
|
|
||||||
|
|
||||||
extern char quitevent, appactive;
|
extern char quitevent, appactive;
|
||||||
|
|
||||||
extern int32_t vsync;
|
extern int32_t vsync;
|
||||||
|
@ -100,10 +98,7 @@ extern int32_t joyaxespresent;
|
||||||
|
|
||||||
extern int32_t qsetmode;
|
extern int32_t qsetmode;
|
||||||
|
|
||||||
static inline int32_t in3dmode(void)
|
#define in3dmode() (qsetmode==200)
|
||||||
{
|
|
||||||
return (qsetmode==200);
|
|
||||||
}
|
|
||||||
|
|
||||||
int32_t initsystem(void);
|
int32_t initsystem(void);
|
||||||
void uninitsystem(void);
|
void uninitsystem(void);
|
||||||
|
|
Loading…
Reference in a new issue