1
0
Fork 0
mutter-performance-source/clutter/clutter-json.h.in

14 lines
369 B
C
Raw Normal View History

#ifndef __CLUTTER_JSON_H__
#define __CLUTTER_JSON_H__
/* Include json-glib types opaquely, so that we can swap out
* the internal copy of JSON-GLib with the installed one
* without changing the other headers.
*/
#include "@JSON_PREFIX@/json-types.h"
#include "@JSON_PREFIX@/json-parser.h"
#include "@JSON_PREFIX@/json-generator.h"
#endif /* __CLUTTER_JSON_H__ */