diff options
| author | realtradam <[email protected]> | 2023-07-04 21:16:41 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-07-04 21:16:41 -0400 |
| commit | 8c2ef4e65b80aa6da080e68b64776d7c1a088d2d (patch) | |
| tree | 0648d580050f0d916f30388f24933ef5d1d7762e /include/rodeo/rmlui_t.h | |
| parent | f26149d554a6c473ec51b8c8f59af12f1bedea84 (diff) | |
| download | RodeoKit-8c2ef4e65b80aa6da080e68b64776d7c1a088d2d.tar.gz RodeoKit-8c2ef4e65b80aa6da080e68b64776d7c1a088d2d.zip | |
initial non-working rmlui attemptrmlui
Diffstat (limited to 'include/rodeo/rmlui_t.h')
| -rw-r--r-- | include/rodeo/rmlui_t.h | 9 |
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; |
