MAP2D.H 98 B

1234567
  1. #ifndef __MAP2D_H
  2. #define __MAP2D_H
  3. void DrawMap(int x, int y, int ang, int zoom);
  4. #endif