implemented CCutsceneHead and dependencies
This commit is contained in:
17
src/Radar.h
Normal file
17
src/Radar.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
enum eBlipType
|
||||
{
|
||||
BLIP_NONE,
|
||||
BLIP_CAR,
|
||||
BLIP_CHAR,
|
||||
BLIP_OBJECT,
|
||||
BLIP_COORD,
|
||||
BLIP_CONTACT_POINT
|
||||
};
|
||||
|
||||
class CRadar
|
||||
{
|
||||
public:
|
||||
static void ClearBlipForEntity(eBlipType type, int32 id);
|
||||
};
|
||||
Reference in New Issue
Block a user