diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-20 11:07:03 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-20 11:07:03 -0500 |
| commit | 061faefb6fee46d1381bcc2c7bfa0011f5126750 (patch) | |
| tree | 6b53a5872c37b86359004836a5741087b6cbaf42 /main.cpp | |
| parent | 261dc10a82fadee5df1942340eaa7b101ff9323d (diff) | |
| download | erable-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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #include <iostream> #include "player.h" +#include <QMessageBox> #include <QApplication> |
