eliminats tots els #ifndef. Sembla que #pragma once ja funciona, no com fa quatre anys 😌

This commit is contained in:
2024-07-26 10:45:29 +02:00
parent 89cea1c93e
commit 9886f314b5
32 changed files with 33 additions and 185 deletions

View File

@@ -4,9 +4,6 @@
#include "common/sprite.h"
#include "common/utils.h"
#ifndef BULLET_H
#define BULLET_H
// Tipos de bala
#define BULLET_UP 1
#define BULLET_LEFT 2
@@ -80,5 +77,3 @@ public:
// Obtiene el circulo de colisión
circle_t &getCollider();
};
#endif