Files
Nuake-custom/Editor/src/Windows/TrenchbroomConfiguratorWindow.h
Antoine Pilote ac1db17e55 added DOF UI
2023-10-02 17:39:17 -04:00

19 lines
300 B
C++

#pragma once
namespace Nuake
{
class FGDPointEntity;
}
class TrenchbroomConfiguratorWindow
{
public:
TrenchbroomConfiguratorWindow() = default;
~TrenchbroomConfiguratorWindow() = default;
void Update();
void Draw();
void DrawPrefabItem(const Nuake::FGDPointEntity& pointEntity);
private:
};