diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-04-21 15:46:46 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-04-21 15:46:46 -0400 |
| commit | ef37d054dfe5812efa9eefb4b9b18621fdabac25 (patch) | |
| tree | 713042c875004da0058bf5813c4b2b736b6c4ed3 /src/serialization-static-ui.hpp | |
| parent | a066448effaa9a56c049136067a73ba0156f65d3 (diff) | |
pke: first-pass serializing ui and font renders
Diffstat (limited to 'src/serialization-static-ui.hpp')
| -rw-r--r-- | src/serialization-static-ui.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/serialization-static-ui.hpp b/src/serialization-static-ui.hpp new file mode 100644 index 0000000..9026c5d --- /dev/null +++ b/src/serialization-static-ui.hpp @@ -0,0 +1,10 @@ +#ifndef PKE_SERIALIZATION_STATIC_UI_HPP +#define PKE_SERIALIZATION_STATIC_UI_HPP + +#include "static-ui.hpp" +#include "serialization.hpp" + +bool pke_serialize_ui_box(srlztn_serialize_helper *h, pke_ui_box *box); +bool pke_deserialize_ui_box(srlztn_deserialize_helper *h); + +#endif /* PKE_SERIALIZATION_STATIC_UI_HPP */ |
