diff options
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 */ |
