|
file | array.h [code] |
| A drop-in wrapper for std::array; adds on bounds checking in debug mode.
|
|
file | assert.h [code] |
| A more dynamic replacement for standard library asserts.
|
|
file | errors.h [code] |
| Tools to help manage various problems in command-line or Emscripten-based applications.
|
|
file | macro_math.h [code] |
| Macros to build a pre-processor calculator system.
|
|
file | macros.h [code] |
| Generally useful macros that can perform cools tricks.
|
|
file | Ptr.h [code] |
| A wrapper for pointers that does careful memory tracking (but only in debug mode).
|
|
file | vector.h [code] |
| A drop-in wrapper for std::vector; adds on bounds checking in debug mode.
|
|