summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-02-19 10:02:23 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-02-19 10:02:23 +0300
commita236f83d8cd680f956677ac6d65f0a953036e144 (patch)
tree21bc959204fb8082c475890d0d8722b296d0c140 /src/utils.h
parent2d74b68ac770601ef9e4d621752f9229c56cb2f3 (diff)
downloadtakethis-a236f83d8cd680f956677ac6d65f0a953036e144.tar
takethis-a236f83d8cd680f956677ac6d65f0a953036e144.tar.xz
takethis-a236f83d8cd680f956677ac6d65f0a953036e144.zip
Room can be loaded.
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/utils.h b/src/utils.h
deleted file mode 100644
index 6b726ab..0000000
--- a/src/utils.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef TAKETHIS_INCLUDED_UTILS
-#define TAKETHIS_INCLUDED_UTILS
-
-
-#include <SDL2/SDL.h>
-
-
-SDL_Texture *load_texture(SDL_Renderer *renderer, const char *path);
-
-
-#endif