Files
SpaghettiKart/src/port/ui/Properties.cpp
T
MegaMech 1dee7001f6 Updates
2025-03-21 20:38:02 -06:00

26 lines
533 B
C++

#include "Properties.h"
#include "port/ui/PortMenu.h"
#include "UIWidgets.h"
#include "libultraship/src/Context.h"
#include <imgui.h>
#include <map>
#include <libultraship/libultraship.h>
#include <spdlog/fmt/fmt.h>
#include "spdlog/formatter.h"
#include <common_structs.h>
#include <defines.h>
#include "engine/editor/Editor.h"
#include "port/Game.h"
namespace Editor {
PropertiesWindow::~PropertiesWindow() {
SPDLOG_TRACE("destruct scene explorer window");
}
void PropertiesWindow::DrawElement() {
}
}