mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 17:32:13 +00:00
7 lines
80 B
C
7 lines
80 B
C
|
|
||
|
#ifdef RENDERTYPEWIN
|
||
|
# include "winlayer.h"
|
||
|
#else
|
||
|
# include "sdlayer.h"
|
||
|
#endif
|