From 2d803af01f6c9d218af75884e267b057f69cfc80 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sun, 2 Feb 2025 01:05:35 -0600 Subject: Added support for scrolling HD textures --- src/port/Engine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/port/Engine.h') diff --git a/src/port/Engine.h b/src/port/Engine.h index 628e354a..f0153fc1 100644 --- a/src/port/Engine.h +++ b/src/port/Engine.h @@ -79,5 +79,6 @@ int16_t OTRGetRectDimensionFromRightEdgeOverride(float v); uint32_t OTRGetGameRenderWidth(); uint32_t OTRGetGameRenderHeight(); void* GameEngine_Malloc(size_t size); +void GameEngine_GetTextureInfo(const char* path, int32_t* width, int32_t* height, float* scale, bool* custom); #define memalloc(size) GameEngine_Malloc(size) #endif \ No newline at end of file -- cgit v1.2.3