aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_qt.h')
-rw-r--r--src/gos/gos_qt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gos/gos_qt.h b/src/gos/gos_qt.h
index 45d743f5..75947242 100644
--- a/src/gos/gos_qt.h
+++ b/src/gos/gos_qt.h
@@ -45,6 +45,7 @@ void _gosDeinit();
void gfxHalt(const char* msg);
void gfxExit(void);
void* gfxAlloc(size_t sz);
+void* gfxRealloc(void *ptr, size_t oldsz, size_t newsz);
void gfxFree(void* ptr);
void gfxYield(void);
void gfxSleepMilliseconds(delaytime_t ms);