/* DE1: $Id: de_render.h 2059 2005-01-08 15:16:35Z 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_render.h: Rendering Subsystem */ #ifndef __DOOMSDAY_RENDERER__ #define __DOOMSDAY_RENDERER__ #include "rend_main.h" #include "rend_clip.h" #include "rend_halo.h" #include "rend_dyn.h" #include "rend_list.h" #include "rend_particle.h" #include "rend_sky.h" #include "rend_sprite.h" #include "rend_model.h" #include "rend_shadow.h" #include "rend_fakeradio.h" #include "rend_bias.h" #include "rend_decor.h" #endif