raze-gles/polymer/eduke32/build/include/renderlayer.h

7 lines
80 B
C

#ifdef RENDERTYPEWIN
# include "winlayer.h"
#else
# include "sdlayer.h"
#endif