mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
11 lines
201 B
C
11 lines
201 B
C
|
|
#pragma once
|
|
|
|
void __stdcall SetRadarColor(int nIndex,DWORD dwColor);
|
|
|
|
DWORD __stdcall TranslateColorCodeToRGBA(int iCode);
|
|
|
|
void GameResetRadarColors();
|
|
|
|
BOOL IsFileOrDirectoryExists(char * szPath);
|