shithub: cstory

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

View raw version
#pragma once
#include <stdint.h>

extern int8_t gMapping[0x80];

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