This commit is contained in:
parent
d80eac997f
commit
9331dfcc96
1 changed files with 3 additions and 0 deletions
|
@ -16,10 +16,13 @@ virtual ~CLayerCollision();
|
|||
|
||||
virtual void shutdown();
|
||||
|
||||
u8 Get(int X,int Y) {return(Map[X+(Y*MapWidth)]);}
|
||||
|
||||
protected:
|
||||
sLayerHdr *LayerHdr;
|
||||
int MapWidth,MapHeight;
|
||||
|
||||
|
||||
u8 *Map;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue