From ef37d054dfe5812efa9eefb4b9b18621fdabac25 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 21 Apr 2025 15:46:46 -0400 Subject: pke: first-pass serializing ui and font renders --- src/serialization-static-ui.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/serialization-static-ui.hpp (limited to 'src/serialization-static-ui.hpp') 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 */ -- cgit v1.2.3