|
Pyrogenesis
13997
|
#include <cstring>Go to the source code of this file.
Classes | |
| class | Grid< T > |
| Basic 2D array, intended for storing tile data, plus support for lazy updates by ICmpObstructionManager. More... | |
| class | SparseGrid< T > |
| Similar to Grid, except optimised for sparse usage (the grid is subdivided into buckets whose contents are only initialised on demand, to save on memset cost). More... | |
Macros | |
| #define | GRID_BOUNDS_DEBUG 1 |
1.8.5