This commit is contained in:
parent
08f5fb4abf
commit
376d81c387
3 changed files with 39 additions and 3 deletions
|
@ -24,6 +24,7 @@ virtual void shutdown();
|
|||
|
||||
u8 Get(int X,int Y) {return(Map[X+(Y*MapWidth)]&COLLISION_MASK);}
|
||||
int getHeightFromGround(int _x,int _y,int _maxHeight=32);
|
||||
int getCollisionType(int _x,int _y);
|
||||
|
||||
#ifdef __SHOW_COLLISION__
|
||||
void render(DVECTOR &MapPos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue