1
0
mirror of https://github.com/mappu/miqt.git synced 2025-01-01 21:28:38 +00:00
miqt/qt/gen_qrgb.h

25 lines
308 B
C

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