aboutsummaryrefslogtreecommitdiff
path: root/src/main_window.hh
diff options
context:
space:
mode:
authorccolin2021-01-02 01:10:54 +0100
committerccolin2021-01-02 01:10:54 +0100
commit861d505606d612bc328534dba3257e9ef9a1c269 (patch)
tree7ed7653ac0ec687317464b3518134b2244804a5a /src/main_window.hh
parent87f8c49cffe8a994c62c08cdb207e03ed4e0b6b8 (diff)
add basic collision detection
Diffstat (limited to 'src/main_window.hh')
-rw-r--r--src/main_window.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main_window.hh b/src/main_window.hh
index 1e8868a..9bac870 100644
--- a/src/main_window.hh
+++ b/src/main_window.hh
@@ -3,6 +3,7 @@
#include "opengl_widget.hh"
#include "drone_controller.hh"
+#include "settings_pane.hh"
#include <QMainWindow>
#include <QTimer>
@@ -20,6 +21,7 @@ class MainWindow : public QMainWindow {
QAction *open_action;
QAction *playpause_action;
QSlider *slider;
+ SettingsPane *settings_pane;
DroneController *dc = nullptr;
void play();
void pause();