summaryrefslogtreecommitdiff
path: root/src/serialization-static-ui.hpp
blob: 9026c5d255bbd8df69cf53a0078e33083922e1eb (plain)
1
2
3
4
5
6
7
8
9
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 */