mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-03-01 07:55:26 +01:00
8 lines
71 B
C
8 lines
71 B
C
![]() |
#pragma once
|
||
|
|
||
|
class CSkidmarks
|
||
|
{
|
||
|
public:
|
||
|
static void Render(void);
|
||
|
};
|