diff options
Diffstat (limited to 'src/render/Skidmarks.h')
-rw-r--r-- | src/render/Skidmarks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Skidmarks.h b/src/render/Skidmarks.h index d1e1d996..280150a7 100644 --- a/src/render/Skidmarks.h +++ b/src/render/Skidmarks.h @@ -5,4 +5,5 @@ 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); }; |