Some blocks are now touchable

This commit is contained in:
2022-08-01 23:55:56 +02:00
parent 67b8bff938
commit f4973bdf84
4 changed files with 59 additions and 51 deletions

View File

@@ -1,8 +1,10 @@
#pragma once
#include <stdbool.h>
SDL_Surface * LoadImage ( char * FilePath );
void DrawSurf ( int x, int y, SDL_Surface * Src, SDL_Rect * Clip, SDL_Surface * Dst );
SDL_Surface * ScreenSet ( int Width, int Height, int Bits, SDL_Surface * Screen );
bool FlipScreen( SDL_Surface * Screen );
struct xyz {
int x, y, z;