From a365de1b0ab91f9c057196a601d96d2aed6e48fb Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sun, 28 Feb 2021 23:29:25 +0300 Subject: o_O --- src/texture.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/texture.h (limited to 'src/texture.h') diff --git a/src/texture.h b/src/texture.h deleted file mode 100644 index 48ecdeb..0000000 --- a/src/texture.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef TAKETHIS_INCLUDED_TEXTURE -#define TAKETHIS_INCLUDED_TEXTURE - - -#include - - -extern const SDL_Rect tt_texture_floor; -extern const SDL_Rect tt_texture_corner_lu; -extern const SDL_Rect tt_texture_corner_ru; -extern const SDL_Rect tt_texture_corner_ld; -extern const SDL_Rect tt_texture_corner_rd; -extern const SDL_Rect tt_texture_wall_l; -extern const SDL_Rect tt_texture_wall_r; -extern const SDL_Rect tt_texture_wall_u; -extern const SDL_Rect tt_texture_wall_d; -extern const SDL_Rect tt_texture_player; - - -SDL_Texture *tt_texture_load(SDL_Renderer *rdr); - - -#endif -- cgit v1.2.3