mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 16:07:55 +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
|