Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
Grid.h File Reference
#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
 

Macro Definition Documentation

#define GRID_BOUNDS_DEBUG   1

Definition at line 26 of file Grid.h.