shithub: cstory

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