Skip to content

Commit

Permalink
Refactor|World|Client: Cleaned up "objlink blockmap" somewhat
Browse files Browse the repository at this point in the history
We really need a better name for this...
  • Loading branch information
danij-deng committed Oct 5, 2013
1 parent adfd278 commit 0705023
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 195 deletions.
3 changes: 3 additions & 0 deletions doomsday/client/include/gridmap.h
Expand Up @@ -229,6 +229,9 @@ class Gridmap
DENG2_PRIVATE(d)
};

typedef Gridmap::Cell GridmapCell;
typedef Gridmap::CellBlock GridmapCellBlock;

} // namespace de

#endif // DENG_DATA_GRIDMAP_H

0 comments on commit 0705023

Please sign in to comment.