mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 03:18:59 +00:00
9 lines
202 B
C++
9 lines
202 B
C++
#pragma once
|
|
|
|
class CSkidmarks
|
|
{
|
|
public:
|
|
static void Clear(void);
|
|
static void Render(void);
|
|
static void RegisterOne(uint32 id, CVector pos, float fwdx, float fwdY, bool *isMuddy, bool *isBloddy);
|
|
};
|