diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-19 15:05:56 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-19 15:05:56 +0100 |
commit | 9633c6a8608175e9832f6995efc46023deebcf94 (patch) | |
tree | b9cf67af11dfffcf568d75167e630881eaaa1f97 /src/crepe/facade/SDLContext.h | |
parent | 6bd0dbeb6cd663f7d1044af9122e8f04e47fc13a (diff) |
removed absoluut position because file name, renamed functions in sdlcontext
Diffstat (limited to 'src/crepe/facade/SDLContext.h')
-rw-r--r-- | src/crepe/facade/SDLContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h index 1dada74..7f07d34 100644 --- a/src/crepe/facade/SDLContext.h +++ b/src/crepe/facade/SDLContext.h @@ -18,8 +18,8 @@ #include "api/KeyCodes.h" #include "api/Sprite.h" #include "api/Transform.h" -#include "types.h" +#include "types.h" #include "EventData.h" #include "FontFacade.h" |