Click Events, added Image and Text libraries (included), working prototype

This commit is contained in:
Michael Chen
2018-01-10 15:37:55 +01:00
parent 89a745882e
commit ff3c1a5333
5 changed files with 44 additions and 8 deletions

View File

@ -26,7 +26,10 @@ typedef struct powerupStruct { // Maybe implement later
// End Structs
// Prototypes
void BREAKOUT_INITIALIZE(SDL_Renderer * renderer, int width, int height);
void BREAKOUT_GAMELOOP(Uint8 * keystate);
void BALL_DRAW(Ball * ball);
void BREAKOUT_DEINITIALIZE(SDL_Renderer * renderer, int width, int height);
// End Prototypes
#endif // __breakout_h__