forgot some files
This commit is contained in:
parent
f1709acbe2
commit
ea6b489126
@ -12,6 +12,8 @@
|
||||
#include <fstream>
|
||||
#include "game.h"
|
||||
|
||||
// you will MOVE THIS OUT OF THIS FILE
|
||||
|
||||
class ConfigBuilder{
|
||||
public:
|
||||
ConfigData collectedData;
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user