Mercurial > hg > pub > prymula > com
annotate arkanoid/ball.h @ 17:e9c503d896a6
flappyufo-0.230919-1_add_pkgbuild
author | Przemyslaw <prymula76@outlook.com> |
---|---|
date | Sat, 24 Feb 2024 17:47:35 +0100 |
parents | 2787f5e749ae |
children |
rev | line source |
---|---|
0 | 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 |