1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-15 04:33:12 +00:00
re3/src/render/Skidmarks.h

10 lines
202 B
C
Raw Normal View History

#pragma once
class CSkidmarks
{
public:
2019-06-24 22:42:23 +00:00
static void Clear(void);
static void Render(void);
static void RegisterOne(uint32 id, CVector pos, float fwdx, float fwdY, bool *isMuddy, bool *isBloddy);
};