shithub: cstory

ref: cb730ff9d73bd5f17f3e14fd4a1b58ca18a06e8e
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);