From 2d74b68ac770601ef9e4d621752f9229c56cb2f3 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Thu, 18 Feb 2021 13:50:05 +0300 Subject: Initial commit. --- src/utils.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/utils.h (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h new file mode 100644 index 0000000..6b726ab --- /dev/null +++ b/src/utils.h @@ -0,0 +1,11 @@ +#ifndef TAKETHIS_INCLUDED_UTILS +#define TAKETHIS_INCLUDED_UTILS + + +#include + + +SDL_Texture *load_texture(SDL_Renderer *renderer, const char *path); + + +#endif -- cgit v1.2.3