7d5d26febc4eab96195f6f3e25bad84e80adee5b
[staging/windowmanager.git] / src / json_helper.hpp
1 #ifndef TMCAGLWM_JSON_HELPER_HPP
2 #define TMCAGLWM_JSON_HELPER_HPP
3
4 #include "wayland.hpp"
5
6 struct json_object;
7
8 json_object *to_json(genivi::screen const *s);
9 json_object *to_json(genivi::controller::props_map const &s);
10 json_object *to_json(std::vector<uint32_t> const &v);
11
12 #endif  // TMCAGLWM_JSON_HELPER_HPP