summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo/rmlui_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rodeo/rmlui_t.h')
-rw-r--r--include/rodeo/rmlui_t.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/rodeo/rmlui_t.h b/include/rodeo/rmlui_t.h
new file mode 100644
index 0000000..007e0ff
--- /dev/null
+++ b/include/rodeo/rmlui_t.h
@@ -0,0 +1,9 @@
+#pragma once
+
+typedef struct irodeo_rmlui_document_data rodeo_rmlui_document_data_t;
+typedef
+struct
+{
+ rodeo_rmlui_document_data_t *data;
+}
+rodeo_rmlui_document_t;