Shipwright/soh/soh/Enhancements/debugger/dlViewer.h

13 lines
251 B
C++

#pragma once
#include <libultraship/libultraship.h>
class DLViewerWindow : public LUS::GuiWindow {
public:
using GuiWindow::GuiWindow;
void InitElement() override;
void DrawElement() override;
void UpdateElement() override {};
};