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