shithub: cstory

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