Mario Kart 64
Loading...
Searching...
No Matches
SceneExplorer.h
Go to the documentation of this file.
1#pragma once
2
3#include <libultraship/libultraship.h>
4#include "port/Game.h"
5
6
7namespace Editor {
8class SceneExplorerWindow : public Ship::GuiWindow {
9public:
10 using Ship::GuiWindow::GuiWindow;
12protected:
13 void InitElement() override {};
14 void DrawElement() override;
15 void UpdateElement() override {};
16};
17}
Definition SceneExplorer.h:8
void InitElement() override
Definition SceneExplorer.h:13
void UpdateElement() override
Definition SceneExplorer.h:15
void DrawElement() override
Definition SceneExplorer.cpp:23
~SceneExplorerWindow()
Definition SceneExplorer.cpp:19
Definition Collision.cpp:12