mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-06 01:23:30 +08:00
9 lines
155 B
C
9 lines
155 B
C
|
|
#pragma once
|
|
|
|
void __stdcall SetRadarColor(int nIndex,DWORD dwColor);
|
|
|
|
DWORD __stdcall TranslateColorCodeToRGBA(int iCode);
|
|
|
|
void GameResetRadarColors();
|