1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-05-04 14:32:25 +00:00
re3/src/render/WaterCannon.h
2019-10-19 01:23:40 +03:00

10 lines
164 B
C++

#pragma once
class CWaterCannons
{
public:
static void Update(void);
static void UpdateOne(uint32 id, CVector *pos, CVector *dir);
static void Render(void);
};