cave-story-solaris/src/MiniMap.h
Clownacy 676ee004fe Removed the dependency on stdint.h
This doesn't exist in MSVC2003, and nothing in the Linux port's debug
symbols indicate Pixel used it.
2019-05-13 15:18:33 +01:00

10 lines
154 B
C

#pragma once
#include "WindowsWrapper.h"
extern char gMapping[0x80];
int MiniMapLoop();
BOOL IsMapping();
void StartMapping();
void SetMapping(int a);