fix: add basic object initialization

This commit is contained in:
Patoke
2026-02-28 03:07:15 -03:00
parent 9f32a58477
commit 738af631b2
3 changed files with 13 additions and 1 deletions
+5
View File
@@ -1 +1,6 @@
#pragma once
#include "Renderer.h"
Renderer InternalRenderManager;
DWORD Renderer::tlsIdx = TlsAlloc();