ddc
StdGraph.h
Go to the documentation of this file.
1 //
2 // This file is part of DDC.
3 //
4 // DDC is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Lesser General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or
7 // (at your option) any later version.
8 //
9 // DDC is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public License
15 // along with DDC. If not, see <http://www.gnu.org/licenses/>.
16 //
17 // ========== Dialing Graphematical Module (www.aot.ru)
18 // ========== Copyright by Alexey Sokirko (1996-2001), Bryan Jurish (2011)
19 
20 
21 #ifndef StdAfxGraphan
22 #define StdAfxGraphan
23 
24 
25 #pragma warning (disable : 4530)
26 #pragma warning (disable : 4786)
27 
28 #include "../CommonLib/utilit.h"
29 #include "Graspace.h"
30 #include "gra_descr.h"
31 
32 
33 #include "../StructDictLib/Ross.h"
34 
35 #endif
36 
37 /*--- emacs style variables ---
38  * Local Variables:
39  * mode: C++
40  * c-file-style: "ellemtel"
41  * c-basic-offset: 4
42  * tab-width: 8
43  * indent-tabs-mode: nil
44  * End:
45  */