shithub: cstory

ref: 44edb7d26e869009825d9074589fa2c512f57b51
dir: /src/MiniMap.h/

View raw version
#pragma once

#include <stdint.h>

#include "WindowsWrapper.h"

extern char gMapping[0x80];

int MiniMapLoop();
BOOL IsMapping();
void StartMapping();
void SetMapping(int a);