shithub: cstory

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