Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

sdlmm_config.h

Go to the documentation of this file.
00001 /*
00002  * SDmm - 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 
00021 
00022 #ifndef SDLMM_SDLMM_CONFIG_H
00023 #define SDLMM_SDLMM_CONFIG_H
00024 
00025 #ifdef HAVE_CONFIG_H
00026 # include "sdlmm_autoconfig.h"
00027 #elif defined(WIN32)
00028 # define VERSION "0.1.8"
00029 # define ASSERTIONS 1
00030 #endif
00031 
00032 #ifdef ASSERTIONS
00033 #include <cassert>
00034 #define ASSERT(x) assert(x)
00035 #else
00036 #define ASSERT(x)
00037 #endif
00038 
00039 #endif // SDLMM_BASESURFACE_H
00040 

Documentation automatically generated by doxygen written by Dimitri van Heesch. Project hosted at
Hosted by SourceForge