class d3d

This commit is contained in:
axelpicou
2024-03-20 11:58:51 +01:00
parent 40bba01c1a
commit 70c19f4619
6 changed files with 619 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
// INCLUDES //
//////////////
#include <windows.h>
#include "d3dclass.h"
/////////////
// GLOBALS //
@@ -31,7 +31,7 @@ private:
bool Render();
private:
D3DClass* m_Direct3D;
};
#endif