mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 20:41:06 +00:00
7 lines
80 B
C
7 lines
80 B
C
|
|
||
|
#ifdef RENDERTYPEWIN
|
||
|
# include "winlayer.h"
|
||
|
#else
|
||
|
# include "sdlayer.h"
|
||
|
#endif
|