コード例 #1
0
ファイル: API.cpp プロジェクト: ryan-kingstone/GTA-API
// Interface
int SetInterfaceHealthColor(int color) {
	return _Interface.API_SetInterfaceHealthColor(color);
}