/* $Header: /fridge/cvs/xscorch/sconsole/swindow-console.h,v 1.3 2004/02/26 06:34:54 justins Exp $ */ /* xscorch - swindow-console.h Copyright(c) 2001 Justin David Smith justins(at)chaos2.org http://chaos2.org/ Console interface to xscorch (server) 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, version 2 of the License ONLY. 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, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef __swindow_console_h_included #define __swindow_console_h_included /* The order of includes does matter! */ #include #include /* Forward structure declarations */ struct _sc_config; /* Main window structure */ typedef struct _sc_window_console { struct _sc_config *c; /* Game config structure */ } sc_window_console; #endif /* __swindow_console_h_included */