#include <grid.H>
Public Member Functions | |
| tile_t () | |
| ~tile_t () | |
| CELL_t & | cell (int x_, int y_) |
Private Attributes | |
| CELL_t * | m_cell |
| cajun::grid_t< CELL_t >::tile_t::tile_t | ( | ) | [inline] |
| cajun::grid_t< CELL_t >::tile_t::~tile_t | ( | ) | [inline] |
References cajun::grid_t< CELL_t >::tile_t::m_cell.
| CELL_t& cajun::grid_t< CELL_t >::tile_t::cell | ( | int | x_, | |
| int | y_ | |||
| ) | [inline] |
References cajun::grid_t< CELL_t >::tile_t::m_cell, and cajun::grid_base_t::TILE_SIZE.
CELL_t* cajun::grid_t< CELL_t >::tile_t::m_cell [private] |
Referenced by cajun::grid_t< CELL_t >::tile_t::cell(), and cajun::grid_t< CELL_t >::tile_t::~tile_t().
1.6.1