mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Android build fix. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5620 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0acacf0fce
commit
463b90bcd3
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
#include "osdfuncs.h"
|
||||
#include "demo.h"
|
||||
|
||||
#ifdef __ANDROID__
|
||||
#include "android.h"
|
||||
#endif
|
||||
|
||||
#define COLOR_RED redcol
|
||||
#define COLOR_WHITE whitecol
|
||||
|
||||
|
|
Loading…
Reference in a new issue