diff --git a/doomsday/Include/jDoom/r_defs.h b/doomsday/Include/jDoom/r_defs.h index 360be91bc9..30b2946b4d 100644 --- a/doomsday/Include/jDoom/r_defs.h +++ b/doomsday/Include/jDoom/r_defs.h @@ -22,6 +22,10 @@ #ifndef __R_DEFS__ #define __R_DEFS__ +#ifndef __JDOOM__ +# error "Using jDoom headers without __JDOOM__" +#endif + // Screenwidth. #include "doomdef.h"