17 lines
302 B
C
17 lines
302 B
C
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
||
|
#error "Only <clutter/clutter.h> can be included directly."
|
||
|
#endif
|
||
|
|
||
|
#ifndef __CLUTTER_CONFIG_H__
|
||
|
#define __CLUTTER_CONFIG_H__
|
||
|
|
||
|
#include <glib.h>
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
@CLUTTER_CONFIG_DEFINES@
|
||
|
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif /* __CLUTTER_CONFIG_H__ */
|