shithub: cstory

ref: c6f074c2b9698f989f32fe67ca7c8ffd4eafc13b
dir: /src/MiniMap.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

extern char gMapping[0x80];

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