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 RUShowEventFuncs;
struct RUShowEvent;

typedef struct RUShowEventFuncs {
} RUShowEventFuncs;

typedef struct RUShowEventAllFuncs {
    struct RUEventFuncs* event_funcs;
    struct RUShowEventFuncs* show_event_funcs;
} RUShowEventAllFuncs;

typedef struct RUShowEvent {
    RUBase* qt_data;
    RUBase* host_data;
    struct RUShowEventAllFuncs* all_funcs;
} RUShowEvent;

extern RUShowEventFuncs s_show_event_funcs;
extern RUShowEventAllFuncs s_show_event_all_funcs;

#ifdef __cplusplus
}
#endif