shithub: cstory

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