This commit is contained in:
Daveo 2001-06-18 22:27:39 +00:00
parent 9fd1d95350
commit 5f21cc0e01

View File

@ -32,6 +32,8 @@ virtual void shutdown();
void render(DVECTOR &MapPos);
#endif
int getMapWidth() {return(MapWidth);}
int getMapHeight() {return(MapHeight);}
protected:
sLayerHdr *LayerHdr;