Mercurial > hg > pub > prymula > com
annotate arkanoid/ball.h @ 13:fa0307eb70b7
immposiblerush-typo correction
author | prymula <prymula76@outlook.com> |
---|---|
date | Fri, 09 Feb 2024 16:40:54 +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 |