00001 // ///////////////////////////////////////////////////////////////////////////// 00002 // 00003 // Name: config.h 00004 // Author: Michael Bartsch (ZCCdark203) 00005 // 00006 // Desc : Header file with compile configuration. 00007 // 00008 // License: Copyright (C) 2009 Michael Bartsch and Contributors 00009 // 00010 // This program is free software: you can redistribute it 00011 // and/or modify it under the terms of the zlib/libpng License. 00012 // See main.cpp for conditions of distribution and use. 00013 // 00014 // ///////////////////////////////////////////////////////////////////////////// 00015 00016 #ifndef __CONFIG_H__ 00017 #define __CONFIG_H__ 00018 00020 #define __COMPILE_WITH_SFML_AUDIO__ 00021 00023 #define __COMPILE_WITH_ANGELSCRIPT__ 00024 00025 #endif