miqt/qt/mainthread/mainthread.h

19 lines
207 B
C
Raw Normal View History

2025-01-11 15:50:09 +13:00
#pragma once
#ifndef MIQT_QT_MAINTHREAD_H
#define MIQT_QT_MAINTHREAD_H
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
void mainthread_exec(intptr_t cb);
#ifdef __cplusplus
}
#endif
#endif