diff options
Diffstat (limited to 'src/utils/sdlcheckutils.h')
-rw-r--r-- | src/utils/sdlcheckutils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/utils/sdlcheckutils.h b/src/utils/sdlcheckutils.h index 5a29ab1ba..5bfdad3ed 100644 --- a/src/utils/sdlcheckutils.h +++ b/src/utils/sdlcheckutils.h @@ -63,5 +63,13 @@ SDL_Surface *FakeTTF_RenderUTF8_Blended(_TTF_Font *const font, SDL_Surface *FakeIMG_Load(const char *name, const char *const file, const unsigned line); +SDL_Surface *FakeSDL_DisplayFormat(SDL_Surface *const surface, + const char *const file, + const unsigned line); + +SDL_Surface *FakeSDL_DisplayFormatAlpha(SDL_Surface *const surface, + const char *const file, + const unsigned line); + #endif // DEBUG_SDL_SURFACES #endif // UTILS_SDLCHECKUTILS_H |