shithub: cstory

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