From dac6b72f8f5fc9ecf564412927dcff7a04d37dc0 Mon Sep 17 00:00:00 2001 From: Victor Gamper Date: Sun, 26 Jan 2020 13:20:28 +0100 Subject: Added birds and a readme file --- catch.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'catch.h') diff --git a/catch.h b/catch.h index ab8a988..9ae7b9b 100644 --- a/catch.h +++ b/catch.h @@ -8,6 +8,7 @@ #include #include #include +#include #include "chargebar.h" #include "cat_bmp.h" @@ -24,7 +25,7 @@ #define BIRD_COUNT 3 #define BIRD_TYPE_NONE 0 -#define BIRD_TYPE_BIRD 1 +#define BIRD_TYPE_PIDGIN 1 #define STATE_MAIN_MENU 1 #define STATE_GAME 2 @@ -49,3 +50,8 @@ extern void gameRoutine(); // BitmapFontRenderer.c extern void Font_Init(); extern void Font_DrawString(SDL_Surface* surface, int x, int y, char* string); + +// pidginImage.c +extern void Pidgin_Init(); +extern void draw_Pidgin(SDL_Surface* surface, int x, int y); +extern void Pidgin_IncrementFrame(); -- cgit v1.2.3