mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 10:40:33 +00:00
Update Radar.cpp
This commit is contained in:
parent
f3c331ece6
commit
11ba688c98
4 changed files with 183 additions and 92 deletions
|
@ -46,4 +46,6 @@ public:
|
|||
static void DrawRect(const CRect &r, const CRGBA &c0, const CRGBA &c1, const CRGBA &c2, const CRGBA &c3);
|
||||
static void DrawRect(const CRect &r, const CRGBA &col);
|
||||
static void DrawRectXLU(const CRect &r, const CRGBA &c0, const CRGBA &c1, const CRGBA &c2, const CRGBA &c3);
|
||||
|
||||
static RwIm2DVertex* GetVertices() { return maVertices; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue