#ifndef DRAWLIB_H
#define DRAWLIB_H

#include "mapini.h"
void ControlDraw (mapIniType *mapIni);

#endif