shithub: cstory

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