aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-20 11:07:03 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-20 11:07:03 -0500
commit061faefb6fee46d1381bcc2c7bfa0011f5126750 (patch)
tree6b53a5872c37b86359004836a5741087b6cbaf42 /main.cpp
parent261dc10a82fadee5df1942340eaa7b101ff9323d (diff)
downloaderable-godot-061faefb6fee46d1381bcc2c7bfa0011f5126750.tar.gz
erable-godot-061faefb6fee46d1381bcc2c7bfa0011f5126750.tar.bz2
erable-godot-061faefb6fee46d1381bcc2c7bfa0011f5126750.zip
Added file dialog and pause
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index bc83fdc..2797bd5 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,5 +1,6 @@
#include <iostream>
#include "player.h"
+#include <QMessageBox>
#include <QApplication>