shithub: cstory

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