Skip to content

Commit

Permalink
Rewok spawn manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Drombeys committed Sep 21, 2024
1 parent 12ded06 commit 3d0e9a2
Show file tree
Hide file tree
Showing 5 changed files with 1,391 additions and 980 deletions.
9 changes: 3 additions & 6 deletions src/xrGame/ImUtils/ImUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#include "stdafx.h"

void InitImGuiCLSIDInGame();
void InitImGuiSearchInGame();
#include "ImUtils.h"

void RenderTimeManagerWindow();
void RenderSpawnManagerWindow();
void RenderWeaponManagerWindow();
void RenderSearchManagerWindow();
clsid_manager* g_pClsidManager;

void RegisterImGuiInGame()
{
Expand All @@ -19,5 +15,6 @@ void RegisterImGuiInGame()

InitImGuiCLSIDInGame();
InitImGuiSearchInGame();
InitSections();
}
}
Loading

0 comments on commit 3d0e9a2

Please sign in to comment.