rute 0.0.4

UI library implemented on top of Qt
// This file is auto-generated by rute_gen. DO NOT EDIT!
#pragma once

#include <stdbool.h>
#include <stdint.h>

#include "../rute_base.h"

#ifdef __cplusplus
extern "C" {
#endif

struct RUDragLeaveEventFuncs;
struct RUDragLeaveEvent;

typedef struct RUDragLeaveEventFuncs {
} RUDragLeaveEventFuncs;

typedef struct RUDragLeaveEventAllFuncs {
    struct RUEventFuncs* event_funcs;
    struct RUDragLeaveEventFuncs* drag_leave_event_funcs;
} RUDragLeaveEventAllFuncs;

typedef struct RUDragLeaveEvent {
    RUBase* qt_data;
    RUBase* host_data;
    struct RUDragLeaveEventAllFuncs* all_funcs;
} RUDragLeaveEvent;

extern RUDragLeaveEventFuncs s_drag_leave_event_funcs;
extern RUDragLeaveEventAllFuncs s_drag_leave_event_all_funcs;

#ifdef __cplusplus
}
#endif