aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/sprites.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl/sprites.h')
-rw-r--r--src/sdl/sprites.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl/sprites.h b/src/sdl/sprites.h
index cbbdb89..cd71e7c 100644
--- a/src/sdl/sprites.h
+++ b/src/sdl/sprites.h
@@ -13,7 +13,7 @@ typedef enum {
SPRITE_LAST,
} sprite_t;
-void sprites_init(SDL_Renderer * const, const char * const, SDL_Texture **);
+void sprites_init(SDL_Renderer * const, SDL_Texture **);
SDL_Rect sprites_get_rect(const sprite_t);