De moment ja compila i executa, encara que no troba alguns fitxers

This commit is contained in:
2025-02-25 23:03:16 +01:00
parent 32c31a8cb6
commit a07a08adb7
45 changed files with 537 additions and 680 deletions

View File

@@ -1,11 +1,10 @@
#include "enemy.h"
#include <SDL2/SDL.h>
#include <stdlib.h> // Para rand
#include <algorithm> // Para min
#include "animated_sprite.h" // Para AnimatedSprite
#include "texture.h" // Para Texture
#include "resource.h" // Para Resource
#include "options.h" // Para options
#include <SDL2/SDL_render.h> // for SDL_RendererFlip, SDL_FLIP_NONE, SDL_FL...
#include <stdlib.h> // for rand
#include "animated_sprite.h" // for AnimatedSprite
#include "options.h" // for Options, OptionsVideo, options
#include "resource.h" // for Resource
#include "texture.h" // for Texture
// Constructor
Enemy::Enemy(EnemyData enemy)