This commit is contained in:
2026-04-14 13:26:30 +02:00
parent 4429cd92c1
commit f80d0a656e
116 changed files with 933 additions and 917 deletions

View File

@@ -1,10 +1,10 @@
#include "bullet.hpp"
#include "game/entities/bullet.hpp"
#include <memory> // Para unique_ptr, make_unique
#include <string> // Para basic_string, string
#include "param.hpp" // Para Param, ParamGame, param
#include "resource.hpp" // Para Resource
#include "core/resources/resource.hpp" // Para Resource
#include "utils/param.hpp" // Para Param, ParamGame, param
// Constructor
Bullet::Bullet(float x, float y, Type type, Color color, int owner)