VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
seIncAll.h
Go to the documentation of this file.
1 
2 // Copyright JRM Enterprises, Inc. 2004
3 // All rights reserved.
4 //
5 // This code is the intellectual property of JRM Enterprises, Inc.
6 // It may not be used or released as source or compiled binary form
7 // without the prior written consent of JRM Enterprises, Inc.
8 //
9 // Original Author: Ken George Date: October 2004
11 
12 #ifndef _seIncAll__
13 #define _seIncAll__
14 
15 // Insert your headers here
16 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
17 
18 #ifdef WIN32
19 #include <windows.h>
20 //#include <io.h>
21 #endif
22 
23 #include <assert.h>
24 
25 #include <string>
26 #include <iostream>
27 
28 #include <fstream>
29 #include <cstdio>
30 #include <set>
31 #include <vector>
32 #include <cassert>
33 
34 
35 #include <map>
36 
37 
38 
39 #ifndef SIGSIM_PRODUCT
40 // Define your product
41 //#define SIGSIM_PRODUCT SIGSIMBX
42 //#define SIGSIM_PRODUCT SIGSIMDX
43 //#define SIGSIM_PRODUCT SIGSIMEX
44 //#define SIGSIM_PRODUCT SIGSIMFX
45 //#define SIGSIM_PRODUCT SIGSIMRF
46 #define SIGSIM_PRODUCT SIGSIM3A
47 #endif // SIGSIM_PRODUCT
48 
49 
50 #endif // _seIncAll__
51 
52 #ifdef WIN32
53 #pragma warning (disable : 4786)
54 #pragma warning (disable : 4996) // Eliminate warnings about old C stdio routines.
55 #endif // WIN32


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)