shithub: cstory

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