mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-10 21:29:16 +00:00
8 lines
77 B
C
8 lines
77 B
C
|
#pragma once
|
||
|
|
||
|
class CWaterLevel
|
||
|
{
|
||
|
public:
|
||
|
static void RenderWater(void);
|
||
|
};
|