#pragma once
#ifndef MIQT_QT6_QML_GEN_QQMLMODULEREGISTRATION_H
#define MIQT_QT6_QML_GEN_QQMLMODULEREGISTRATION_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
class QQmlModuleRegistration;
#else
typedef struct QQmlModuleRegistration QQmlModuleRegistration;
#endif

void QQmlModuleRegistration_delete(QQmlModuleRegistration* self);

#ifdef __cplusplus
} /* extern C */
#endif

#endif