diff options
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h index 038b62a..614d15f 100644 --- a/src/entity.h +++ b/src/entity.h @@ -1,6 +1,6 @@ #pragma once -#include <SDL2/SDL.h> +#include <SDL2/SDL_rect.h> #define from_fixed(a) ((a) / 16) #define to_fixed(a) ((a) * 16) |