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