00001 /*************************************************************************** 00002 allincludes.h - description 00003 ------------------- 00004 begin : Sun Jul 22 2001 00005 copyright : (C) 2001 by T Kontkanen 00006 email : tkontkanen@mail.com 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 00019 #ifndef ALLINCLUDES_H 00020 #define ALLINCLUDES_H 00021 00022 #include <stdio.h> 00023 #include <stdlib.h> 00024 #include <iostream.h> 00025 #include <string> 00026 00027 //UNIX 00028 #include <unistd.h> 00029 00030 00031 //other 00032 #include "tgl.h" 00033 #include "gamedefs.h" 00034 #include "msgout.h" 00035 00036 using namespace msg; 00037 00038 #endif 00039