summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
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