summaryrefslogtreecommitdiff
path: root/src/port/Engine.h
diff options
context:
space:
mode:
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