shithub: cstory

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