Go to the documentation of this file.00001
00002
00003
00004
00005
00006 #ifndef StdAfxGraphan
00007 #define StdAfxGraphan
00008
00009 #ifdef WIN32
00010
00011 #if _MSC_VER > 1000
00012 #pragma once
00013 #endif // _MSC_VER > 1000
00014
00015 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
00016
00017 #endif
00018
00019 #pragma warning (disable : 4530)
00020 #pragma warning (disable : 4786)
00021
00022 #include "../common/utilit.h"
00023 #include "../common/Graspace.h"
00024 #include "../common/gra_descr.h"
00025
00026
00027 #include "../StructDictLib/Ross.h"
00028
00029 #endif