1
0
mirror of https://github.com/mappu/miqt.git synced 2025-03-09 09:09:22 +00:00
miqt/qt/gen_qglobal.h

23 lines
292 B
C

#ifndef GEN_QGLOBAL_H
#define GEN_QGLOBAL_H
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
#else
#endif
#ifdef __cplusplus
} /* extern C */
#endif
#endif