mirror of
https://github.com/GTAmodding/re3.git
synced 2025-01-26 06:46:37 +00:00
7 lines
74 B
C++
7 lines
74 B
C++
#pragma once
|
|
|
|
class CWaterCannons
|
|
{
|
|
public:
|
|
static void Render(void);
|
|
};
|