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