ajout de classe carte

This commit is contained in:
YANNIS
2025-05-31 15:35:44 +02:00
parent be39284078
commit d76ba79547
4 changed files with 56 additions and 0 deletions
+3
View File
@@ -7,9 +7,11 @@ LDFLAGS = -lSDL2
SRC = main.cpp \
Bomberman.cpp \
Game.cpp \
Carte_Basique.cpp \
DEPS = Bomberman.hpp \
Game.hpp \
Carte.hpp \
OBJ = $(SRC:.cpp=.o)
@@ -25,6 +27,7 @@ all: $(NAME)
clean:
rm -f $(OBJ)
rm -f Bomberman.hpp.gch
rm -f Carte.hpp.gch
rm -f Game.hpp.gch
fclean: clean
rm -f $(NAME)