#ifndef __MAP2D_H #define __MAP2D_H void DrawMap(int x, int y, int ang, int zoom); #endif