diff -r bf58f2403953 -r adb1fccc706a qmlfrontend/flib.h --- a/qmlfrontend/flib.h Sat Jan 06 03:17:12 2018 +0100 +++ b/qmlfrontend/flib.h Sun Jan 07 01:21:42 2018 +0100 @@ -26,6 +26,7 @@ typedef void RunEngine_t(int argc, const char** argv); typedef void GameTick_t(uint32_t time_delta); +typedef void ResizeWindow_t(uint32_t width, uint32_t height); typedef void ipcToEngineRaw_t(const char* msg, uint32_t len); typedef void ipcSetEngineBarrier_t(); typedef void ipcRemoveBarrierFromEngineQueue_t();