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__