Merge branch 'main' into Shader-Manager

This commit is contained in:
GolfOcean334
2024-04-11 09:14:29 +02:00
16 changed files with 686 additions and 386 deletions

View File

@@ -5,6 +5,8 @@
///////////////////////
// MY CLASS INCLUDES //
///////////////////////
#include "Logger.h"
#include "d3dclass.h"
#include "cameraclass.h"
#include "object.h"
@@ -157,6 +159,12 @@ private :
FpsClass* m_Fps;
TextClass* m_FpsString;
int m_previousFps;
// ------------------------------------------------- //
// ------------------- LOGGER ---------------------- //
// ------------------------------------------------- //
Logger logger;
};
#endif