TurtleBrains  0.3.1
High quality, portable, C++ framework for rapid 2D game development.
tb_runtime_constant.h
1 
9 #ifndef _TurtleBrains_RuntimeConst_h_
10 #define _TurtleBrains_RuntimeConst_h_
11 
12 namespace TurtleBrains
13 {
14  namespace Core
15  {
16 
22  template <typename T> class RuntimeConstant
23  {
24 
25  };
26 
27  }; /* namespace Core */
28 }; /* namespace TurtleBrains */
29 
30 #endif /* _TurtleBrains_RuntimeConst_h_ */
Here is some information about the primary namespace.
Definition: tb_application_dialog.h:21
Definition: tb_runtime_constant.h:22