forgot some files

This commit is contained in:
Djalim Simaila 2022-01-09 04:27:18 +01:00
parent f1709acbe2
commit ea6b489126
4 changed files with 36 additions and 0 deletions

View File

@ -12,6 +12,8 @@
#include <fstream>
#include "game.h"
// you will MOVE THIS OUT OF THIS FILE
class ConfigBuilder{
public:
ConfigData collectedData;

View File

@ -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 <playMode.h>
#include "pixelManager.h"
#include "mingl/gui/text.h"

View File

@ -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"

View File

@ -1,3 +1,14 @@
/*!
*
* @file gameBasics.cpp
* @author RUBINI Thomas
* @author SIMAILA Djalim
* @date January 2022
* @version 1.0
* @brief game basic mechanisms
*
*/
#include <chrono>
#include <thread>
#include "game.h"