1
0
mirror of https://github.com/mappu/miqt.git synced 2025-02-24 13:21:55 +00:00
2025-01-11 16:03:04 +13:00

19 lines
207 B
C

#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