shithub: cstory

ref: 1e0f0ed99cf55a7cf52657cf7d06ee3ee5e37e3e
dir: /src/MiniMap.h/

View raw version
#pragma once

#include "WindowsWrapper.h"

extern char gMapping[0x80];

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