Fixed main.h again :( FML
This commit is contained in:
parent
f412d5a025
commit
7a28b8468f
6
main.h
6
main.h
@ -10,6 +10,12 @@
|
|||||||
#include <SDL2/SDL_image.h>
|
#include <SDL2/SDL_image.h>
|
||||||
#include <SDL2/SDL_ttf.h>
|
#include <SDL2/SDL_ttf.h>
|
||||||
|
|
||||||
|
#include "breakout.h"
|
||||||
|
#include "vector.h"
|
||||||
|
#include "startmenu.h"
|
||||||
|
#include "gamestate.h"
|
||||||
|
#include "highscores.h"
|
||||||
|
|
||||||
#ifndef __nullptr__
|
#ifndef __nullptr__
|
||||||
#define Nullptr(type) (type *)0
|
#define Nullptr(type) (type *)0
|
||||||
#endif // __nullptr__
|
#endif // __nullptr__
|
||||||
|
Loading…
Reference in New Issue
Block a user