shithub: cstory

ref: 44465ee4f9cb4f97f5a15f22c33816d5443aa8d8
dir: /src/MiniMap.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

extern signed char gMapping[0x80];

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