comparison arkanoid/ball.h @ 0:2787f5e749ae

INIT
author prymula <prymula76@outlook.com>
date Thu, 21 Sep 2023 22:33:57 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:2787f5e749ae
1 #ifndef BALL_H
2 #define BALL_H
3
4 #include <stdio.h> // printf
5 #include <stdlib.h> // exit
6 #include <string.h>
7 #include <unistd.h> // sleep access
8 //#include <time.h>
9 //#include <errno.h>
10 #include <SDL2/SDL.h>
11 #include <SDL2/SDL_ttf.h>
12
13 SDL_Surface * utworz_pilke();
14
15 #endif