This commit is contained in:
Till Wübbers
2025-03-29 05:10:13 +01:00
parent 365805537c
commit fc67ff62be
8 changed files with 443 additions and 422 deletions

View File

@@ -1,8 +1,10 @@
#pragma once
#include "Gen.h"
#include "rendering/Rendering.h"
namespace Tools
{
void ModelDropdown(Generated::ModelHandle& modelHandle);
void TextureDropdown(Generated::TextureHandle& texHandle);
void RenderDebugUI(Game::GameRendering& rendering);
} // namespace Tools