#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 */