1 2 3 4 5 6 7
#pragma once #include "game.h" void AddBarrel(float xpos, float ypos); void UpdateBarrel(float dt); void BarrelHandleCollision(Entity* barrel);