This commit is contained in:
Paul 2001-02-22 15:14:49 +00:00
parent 08f5fb4abf
commit 376d81c387
3 changed files with 39 additions and 3 deletions

View file

@ -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);