aboutsummaryrefslogtreecommitdiff
path: root/src/GameLoop.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-10-20 23:19:17 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-10-20 23:19:17 +0700
commitbd321d051ca8c827a5c8a490afc33812e76abba7 (patch)
treede88e5b28345672d952c5cf988dd05b4339aaa74 /src/GameLoop.cpp
parent446f5c5fd7cd977f096cd2d6256d829a765467c9 (diff)
downloadblackshades-bd321d051ca8c827a5c8a490afc33812e76abba7.tar.gz
Move scores tracking to user data
Diffstat (limited to 'src/GameLoop.cpp')
-rw-r--r--src/GameLoop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GameLoop.cpp b/src/GameLoop.cpp
index 2cd0c5c..06d4e90 100644
--- a/src/GameLoop.cpp
+++ b/src/GameLoop.cpp
@@ -19,7 +19,6 @@
// You should have received a copy of the GNU General Public License
// along with Black Shades. If not, see <https://www.gnu.org/licenses/>.
-#include "misc.h"
#include "Game.h"
#include "Support.h"