Mercurial > hg > pub > prymula > com
view arkanoid/ball.h @ 16:8fa14e28f099
flappyufo-spec fix
author | Przemyslaw <prymula76@outlook.com> |
---|---|
date | Sat, 24 Feb 2024 17:25:30 +0100 |
parents | 2787f5e749ae |
children |
line wrap: on
line source
#ifndef BALL_H #define BALL_H #include <stdio.h> // printf #include <stdlib.h> // exit #include <string.h> #include <unistd.h> // sleep access //#include <time.h> //#include <errno.h> #include <SDL2/SDL.h> #include <SDL2/SDL_ttf.h> SDL_Surface * utworz_pilke(); #endif