mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
Fix USE_OPENGL=0 build
git-svn-id: https://svn.eduke32.com/eduke32@3904 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e9a773a588
commit
6ed7562f10
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#ifdef USE_OPENGL
|
||||||
|
|
||||||
#include "build.h"
|
#include "build.h"
|
||||||
#include "quicklz.h"
|
#include "quicklz.h"
|
||||||
#include "hightile.h"
|
#include "hightile.h"
|
||||||
|
@ -759,3 +761,4 @@ void texcache_setupmemcache(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue