00001 /* 00002 * SDLmm - a C++ wrapper for SDL and related libraries 00003 * Copyright © 2001 David Hedbor <david@hedbor.org> 00004 * 00005 * This program is free software; you can redistribute it and/or 00006 * modify it under the terms of the GNU General Public License as 00007 * published by the Free Software Foundation; either version 2 of the 00008 * License, or (at your option) any later version. 00009 * 00010 * This program is distributed in the hope that it will be useful, but 00011 * WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 * General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License 00016 * along with this program; if not, write to the Free Software 00017 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00018 * 00019 */ 00020 00114 #ifndef SDLMM_H 00115 #define SDLMM_H 00116 #include <SDL.h> 00117 /* The undef kludge is to prevent conflicts with other automake 00118 * packages.. 00119 */ 00120 #undef PACKAGE 00121 #undef VERSION 00122 #include "sdlmm_config.h" 00123 #undef PACKAGE 00124 #undef VERSION 00125 #include "sdlmm_global.h" 00126 #include "sdlmm_misc.h" 00127 #include "sdlmm_spoint.h" 00128 #include "sdlmm_srect.h" 00129 #include "sdlmm_color.h" 00130 #include "sdlmm_basesurface.h" 00131 #include "sdlmm_surface.h" 00132 #include "sdlmm_videoinfo.h" 00133 #include "sdlmm_pixelformat.h" 00134 #include "sdlmm_display.h" 00135 #include "sdlmm_eventhandler.h" 00136 #include "sdlmm_event.h" 00137 #include "sdlmm_timer.h" 00138 #endif // SDLMM_H 00139
Documentation automatically generated by written by Dimitri van Heesch. | Project hosted at |