diff arkanoid/ball.h @ 0:2787f5e749ae

INIT
author prymula <prymula76@outlook.com>
date Thu, 21 Sep 2023 22:33:57 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/arkanoid/ball.h	Thu Sep 21 22:33:57 2023 +0200
@@ -0,0 +1,15 @@
+#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
\ No newline at end of file