Minor Update - Log pour plus de fichier

This commit is contained in:
2024-04-11 11:03:53 +02:00
parent 56e58f88a6
commit a84e42ce2c
35 changed files with 460 additions and 33 deletions

View File

@@ -15,6 +15,7 @@
//////////////
// INCLUDES //
//////////////
#include "Logger.h"
#include <dinput.h>
////////////////////////////////////////////////////////////////////////////////
@@ -64,6 +65,8 @@ private:
DIMOUSESTATE m_mouseState;
int m_screenWidth, m_screenHeight, m_mouseX, m_mouseY;
Logger logger;
};
#endif