Mercurial > hg > pub > prymula > com
annotate arkanoid/ball.h @ 14:49dd434149cd
README.md immposiblerush
author | prymula <prymula76@outlook.com> |
---|---|
date | Sat, 10 Feb 2024 20:40:34 +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 |