#pragma once #include "game.h" void AddBarrel(float xpos, float ypos); void UpdateBarrel(float dt); void BarrelHandleCollision(Entity* barrel);