miqt/qt6/gen_qglobal.h

26 lines
356 B
C

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