shithub: cstory

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