1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 14:59:47 +00:00
re3/src/render/Skidmarks.h
2019-10-19 01:23:40 +03:00

11 lines
229 B
C++

#pragma once
class CSkidmarks
{
public:
static void Clear(void);
static void Update(void);
static void Render(void);
static void RegisterOne(uint32 id, CVector pos, float fwdx, float fwdY, bool *isMuddy, bool *isBloddy);
};