Continue arreglant cosetes amb cppcheck

This commit is contained in:
2024-10-24 20:36:30 +02:00
parent a5c72a0f65
commit 43e7b83403
80 changed files with 4830 additions and 3461 deletions

View File

@@ -1,7 +1,7 @@
#include "bullet.h"
#include <memory> // for unique_ptr, make_unique, shared_ptr
#include "param.h" // for param
#include "sprite.h" // for Sprite
#include <memory> // para unique_ptr, make_unique, shared_ptr
#include "param.h" // para param
#include "sprite.h" // para Sprite
class Texture;
constexpr int BULLET_WIDTH = 12;