From 5da2b11fcf69d12b93ea73938ababdb98a749e40 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 14 Jan 2019 21:17:47 -0500 Subject: bake assets into build --- src/sdl/sprites.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdl/sprites.h') 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); -- cgit v1.2.3