Minor Update - Log Systeme

Feat :

+Log pour toutes les fonction et erreur utile
This commit is contained in:
2024-04-12 13:32:21 +02:00
parent d52ea4b753
commit 117d31d788
8 changed files with 90 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
//////////////
// INCLUDES //
//////////////
#include "Logger.h"
#include <windows.h>
@@ -27,6 +28,9 @@ private:
float m_frequency;
INT64 m_startTime;
float m_frameTime;
Logger logger;
};
#endif