/* DE1: $Id: de_network.h 1713 2004-05-31 15:04:44Z 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_network.h: Network Subsystem */ #ifndef __DOOMSDAY_NETWORK__ #define __DOOMSDAY_NETWORK__ #include "net_main.h" #include "net_event.h" #include "net_msg.h" #include "net_buf.h" #include "net_demo.h" #include "sv_def.h" #include "sv_pool.h" #include "sv_frame.h" #include "sv_sound.h" #include "sv_missile.h" #include "cl_def.h" #include "cl_player.h" #include "cl_mobj.h" #include "cl_frame.h" #include "cl_sound.h" #include "cl_world.h" #endif