mirror of
https://github.com/DrBeef/Raze.git
synced 2024-12-13 06:01:27 +00:00
7 lines
80 B
C
7 lines
80 B
C
|
|
||
|
#ifdef RENDERTYPEWIN
|
||
|
# include "winlayer.h"
|
||
|
#else
|
||
|
# include "sdlayer.h"
|
||
|
#endif
|