
This doesn't exist in MSVC2003, and nothing in the Linux port's debug symbols indicate Pixel used it.
10 lines
154 B
C
10 lines
154 B
C
#pragma once
|
|
|
|
#include "WindowsWrapper.h"
|
|
|
|
extern char gMapping[0x80];
|
|
|
|
int MiniMapLoop();
|
|
BOOL IsMapping();
|
|
void StartMapping();
|
|
void SetMapping(int a);
|