shithub: cstory

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