/* DE1: $Id: de_refresh.h 2231 2005-05-25 19:31:06Z skyjake $ * Copyright (C) 2003, 2004 Jaakko Keränen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not: http://www.opensource.org/ */ /* * de_refresh.h: Refresh Subsystem (Resource Management) */ #ifndef __DOOMSDAY_REFRESH__ #define __DOOMSDAY_REFRESH__ #include "r_data.h" #include "r_main.h" #include "r_things.h" #include "r_model.h" #include "r_draw.h" #include "r_world.h" #include "r_shadow.h" #include "r_sky.h" #include "r_util.h" #include "r_extres.h" #include "r_shadow.h" #include "r_lgrid.h" #endif