Fixed main.h again :( FML

This commit is contained in:
Michael Chen 2018-01-18 15:27:08 +01:00
parent f412d5a025
commit 7a28b8468f

6
main.h
View File

@ -10,6 +10,12 @@
#include <SDL2/SDL_image.h>
#include <SDL2/SDL_ttf.h>
#include "breakout.h"
#include "vector.h"
#include "startmenu.h"
#include "gamestate.h"
#include "highscores.h"
#ifndef __nullptr__
#define Nullptr(type) (type *)0
#endif // __nullptr__