Protium
Math and Design Features
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Design.h
Go to the documentation of this file.
1 #ifndef Protium_Design_h_
2 #define Protium_Design_h_
3 
8 #include "Protium/Design/Types.h"
9 
10 
11 // Use this to control whether or not
12 #ifndef PROTIUM_DEBUG
13 # define PROTIUM_DEBUG
14 #endif //PROTIUM_DEBUG
15 
16 namespace Protium{
17 
19  namespace Design{}
20 
21 }
22 
23 
24 #endif //File Guardian