From ea6b4891262aac6e80bb84bbfc8a07a91e3030fa Mon Sep 17 00:00:00 2001 From: SIMAILA Djalim Date: Sun, 9 Jan 2022 04:27:18 +0100 Subject: [PATCH] forgot some files --- src/configManagement.cpp | 2 ++ src/drawEntity.cpp | 12 ++++++++++++ src/game/display.cpp | 11 +++++++++++ src/game/gameBasics.cpp | 11 +++++++++++ 4 files changed, 36 insertions(+) diff --git a/src/configManagement.cpp b/src/configManagement.cpp index 0b7325a..c93dd60 100644 --- a/src/configManagement.cpp +++ b/src/configManagement.cpp @@ -12,6 +12,8 @@ #include #include "game.h" +// you will MOVE THIS OUT OF THIS FILE + class ConfigBuilder{ public: ConfigData collectedData; diff --git a/src/drawEntity.cpp b/src/drawEntity.cpp index 25ea2a7..4760d33 100644 --- a/src/drawEntity.cpp +++ b/src/drawEntity.cpp @@ -1,3 +1,15 @@ +/*! + * + * @file drawEntity.cpp + * @author RUBINI Thomas + * @author SIMAILA Djalim + * @author FABRE Lucas + * @date January 2022 + * @version 1.0 + * @brief entity drawing functions + * + */ + #include #include "pixelManager.h" #include "mingl/gui/text.h" diff --git a/src/game/display.cpp b/src/game/display.cpp index bfeef8a..c99564e 100644 --- a/src/game/display.cpp +++ b/src/game/display.cpp @@ -1,3 +1,14 @@ +/*! + * + * @file display.cpp + * @author RUBINI Thomas + * @author SIMAILA Djalim + * @date January 2022 + * @version 1.0 + * @brief game display + * + */ + #include "game.h" diff --git a/src/game/gameBasics.cpp b/src/game/gameBasics.cpp index ab5dc9c..1bde67f 100644 --- a/src/game/gameBasics.cpp +++ b/src/game/gameBasics.cpp @@ -1,3 +1,14 @@ +/*! + * + * @file gameBasics.cpp + * @author RUBINI Thomas + * @author SIMAILA Djalim + * @date January 2022 + * @version 1.0 + * @brief game basic mechanisms + * + */ + #include #include #include "game.h"