00001 #ifndef I_GRAPHICS_VERSION_HEADER
00002 #define I_GRAPHICS_VERSION_HEADER
00003
00004
00005
00006
00007
00008
00009
00010
00011 #include <__build_version.h>
00012 #include <__build_configuration.h>
00013 #include <basis/version_checker.h>
00014 #include <basis/version_record.h>
00015
00016 #ifdef __WIN32__
00017
00018
00019
00020
00021 #define CHECK_I_GRAPHICS() (version_checker(istring("I_GRAPHICS")\
00022 + istring(".dll"), version(__build_SYSTEM_VERSION),\
00023 istring("Please contact Feisty Meow Concerns, Ltd. for the latest DLL and "\
00024 "Executable files (http://hoople.org).")).good_version())
00025
00026 #else
00027
00028
00029
00030 #define CHECK_I_GRAPHICS() 1
00031
00032 #endif //__WIN32__
00033
00034 #endif
00035