From 32968050f0b34fdabfcc2a4fb5601d4be361bbd2 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 6 May 2025 13:12:24 -0400 Subject: pke: major serialization refactor, first-pass --- src/serialization-static-ui.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/serialization-static-ui.hpp') diff --git a/src/serialization-static-ui.hpp b/src/serialization-static-ui.hpp index 9026c5d..19a5c6c 100644 --- a/src/serialization-static-ui.hpp +++ b/src/serialization-static-ui.hpp @@ -4,7 +4,7 @@ #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); +pk_handle pke_serialize_ui_box(srlztn_serialize_helper *h, pke_ui_box *box); +void pke_deserialize_ui_box(srlztn_deserialize_helper *h, pke_kve_container *kvec); #endif /* PKE_SERIALIZATION_STATIC_UI_HPP */ -- cgit v1.2.3