Intentando arreglar los include para evitar duplicate symbols

This commit is contained in:
2022-10-20 16:52:52 +02:00
parent e256ac9d89
commit 11ec100878
12 changed files with 12 additions and 36 deletions

View File

@@ -37,9 +37,6 @@ un tipo asociado diferente a NO_KIND
*/
#define TEST_
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_mixer.h>
#include "background.h"
#include "balloon.h"
#include "bullet.h"
@@ -52,7 +49,6 @@ un tipo asociado diferente a NO_KIND
#include "player.h"
#include "sprite.h"
#include "spriteanimated.h"
#include "struct.h"
#include "text.h"
#include <iostream>
#include <stdio.h>