miqt/qt/gen_qglobal.h

26 lines
354 B
C

#pragma once
#ifndef MIQT_QT_GEN_QGLOBAL_H
#define MIQT_QT_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