shithub: cstory

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