Horrible game but I need to send it now
This commit is contained in:
@@ -39,10 +39,9 @@ typedef struct Obstacle_t{
|
||||
}Obstacle;
|
||||
|
||||
void ILI9341_Initial(void);
|
||||
void Refresh_Area(Rectangle area);
|
||||
void Draw_stars();
|
||||
void Resize_Window(Rectangle area);
|
||||
void Refresh_Area(Rectangle area);
|
||||
void Refresh_Area(Rectangle area,Obstacle *walls,int number_of_walls);
|
||||
void DrawPlayer(Player player, Rectangle areaToDraw);
|
||||
void DrawText(Point starting_point,char text[],Size charSize);
|
||||
void Refresh_Player_Area(Rectangle area,Rectangle Hitbox);
|
||||
|
||||
Reference in New Issue
Block a user