mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
11 lines
160 B
C
11 lines
160 B
C
|
|
#pragma once
|
|
|
|
#include "llvm_include.h"
|
|
#include "../../src/swrenderer/drawers/r_drawers.h"
|
|
|
|
#ifdef __arm__
|
|
#define ARM_TARGET
|
|
#else
|
|
#define X86_TARGET
|
|
#endif
|