summaryrefslogtreecommitdiff
path: root/mm/2s2h/DeveloperTools/EventLog.h
blob: 400dac88f53e3a8f79c421b3043561d2b70de25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <ship/window/gui/GuiWindow.h>

class EventLogWindow : public Ship::GuiWindow {
  public:
    using GuiWindow::GuiWindow;

    void InitElement() override;
    void DrawElement() override;
    void UpdateElement() override{};
};