shithub: cstory

ref: 75af33b7ed06c65589381f1ead2de0f1f2a95c99
dir: /src/MiniMap.h/

View raw version
#pragma once

#include <stdint.h>

#include "WindowsWrapper.h"

extern char gMapping[0x80];

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