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 #include <assert.h>
13 
14 namespace TurtleBrains
15 {
16  namespace Core
17  {
18 
24  template <typename T> class RuntimeConstant
25  {
26 
27  };
28 
29  }; /* namespace Core */
30 }; /* namespace TurtleBrains */
31 
32 #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:24