00001 #ifndef DEF_H 00002 #define DEF_H 00003 00004 //============================================================== 00005 //============================================================== 00006 00007 //NOTE: the library needs the error reporting and printing functions to be defined by the user! 00008 extern void __cdecl svError( const char *format, ... ); 00009 extern void __cdecl svPrint( const char *format, ... ); 00010 extern const char *__cdecl STR( const char *format, ... ); 00011 00012 //============================================================== 00013 //============================================================== 00014 00015 //disable truncated debug info -warning 00016 #pragma warning (disable: 4786) 00017 00018 //============================================================== 00019 //============================================================== 00020 00021 #include "ssDefs.hpp" 00022 using namespace SS; 00023 #include <float.h> 00024 00025 //============================================================== 00026 //============================================================== 00027 00028 00029 #endif
1.5.1-p1