/* $Id: r_data.h 2678 2006-01-23 14:44:26Z 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 module, data I/O, caching, retrieval of graphics by name. */ #ifndef __R_DATA__ #define __R_DATA__ #ifndef __JHERETIC__ # error "Using jHeretic headers without __JHERETIC__" #endif #include "r_defs.h" #endif