view arkanoid/ball.h @ 2:cf2cb71d31dd

immposiblerush-0.230919-0.2
author prymula <prymula76@outlook.com>
date Tue, 26 Sep 2023 21:50:44 +0200
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