TurtleBrains  0.2.1
High quality, portable, C++ API for native application and 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_ */
Contains all functions, classes and helpers related to game/application development written by Tim "B...
Definition: tb_application_dialog.h:21
Definition: tb_runtime_constant.h:22