/* $Id: r_local.h 2646 2006-01-21 13:33:49Z danij $ * * Copyright (C) 1993-1996 by id Software, Inc. * * This source is available for distribution and/or modification * only under the terms of the DOOM Source Code License as * published by id Software. All rights reserved. * * The source is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * FITNESS FOR A PARTICULAR PURPOSE. See the DOOM Source Code License * for more details. */ /* * Refresh (R_*) module, global header. * All the rendering/drawing stuff is here. */ #ifndef __R_LOCAL__ #define __R_LOCAL__ #ifndef __JDOOM__ # error "Using jDoom headers without __JDOOM__" #endif // Screen size related parameters. // Include the refresh/render data structs. //#include "r_data.h" #endif