summaryrefslogtreecommitdiff
path: root/src/port/Engine.h
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2025-02-02 01:05:35 -0600
committerKiritoDv <kiritodev01@gmail.com>2025-02-02 01:05:35 -0600
commit2d803af01f6c9d218af75884e267b057f69cfc80 (patch)
treeb7cd22a14459853a17d2e039922e8a6bf9cb22cd /src/port/Engine.h
parent7fe51d2f9f1725a0fdbaad69889c800cde8eb230 (diff)
Added support for scrolling HD textures
Diffstat (limited to 'src/port/Engine.h')
-rw-r--r--src/port/Engine.h1
1 files changed, 1 insertions, 0 deletions
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