Go to the documentation of this file.00001 #ifndef SF_PREPROC_INFO_H_
00002 #define SF_PREPROC_INFO_H_
00003
00004 #define MAJOR_VERSION 1
00005 #define MINOR_VERSION 0
00006 #define BUILD_VERSION 1
00007 #define PREPROC_NAME "SF_AI"
00008
00009 #define DYNAMIC_PREPROC_SETUP AI_setup
00010 extern void AI_setup();
00011
00012 #endif
00013