From 7a28b8468fc59c0b1cd6a70f7d8f0d0f2e2ca10e Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Thu, 18 Jan 2018 15:27:08 +0100 Subject: [PATCH] Fixed main.h again :( FML --- main.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.h b/main.h index 2ffccd5..255eef9 100644 --- a/main.h +++ b/main.h @@ -10,6 +10,12 @@ #include #include +#include "breakout.h" +#include "vector.h" +#include "startmenu.h" +#include "gamestate.h" +#include "highscores.h" + #ifndef __nullptr__ #define Nullptr(type) (type *)0 #endif // __nullptr__