Toquetechant includes

This commit is contained in:
2025-02-20 13:56:07 +01:00
parent e1d6aff724
commit 4dd6c94730
66 changed files with 4462 additions and 3097 deletions

View File

@@ -1,8 +1,8 @@
#include "enemy.h"
#include <stdlib.h> // for rand
#include <algorithm> // for min
#include "animatedsprite.h" // for AnimatedSprite
#include "texture.h" // for Texture
#include <stdlib.h> // Para rand
#include <algorithm> // Para min
#include "animatedsprite.h" // Para AnimatedSprite
#include "texture.h" // Para Texture
// Constructor
Enemy::Enemy(enemy_t enemy)