1
0
mirror of https://github.com/mappu/miqt.git synced 2025-04-11 16:10:24 +00:00
miqt/qt/gen_qnamespace.h

27 lines
392 B
C++

#ifndef GEN_QNAMESPACE_H
#define GEN_QNAMESPACE_H
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
class QInternal;
#else
typedef struct QInternal QInternal;
#endif
void QInternal_Delete(QInternal* self);
#ifdef __cplusplus
} /* extern C */
#endif
#endif