shithub: cstory

ref: 3e5f44f8deb12840d892b3cc5d204542b05f0d78
dir: /src/MiniMap.h/

View raw version
#pragma once

#include <stdint.h>

#include "WindowsWrapper.h"

extern BOOLEAN gMapping[0x80];

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