mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
Add header and compiler guards.
This commit is contained in:
parent
f7a7f5b32a
commit
6898d9e6b3
9
cogl.h
9
cogl.h
@ -23,8 +23,14 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __COGL_H__
|
||||||
|
#define __COGL_H__
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
#include <clutter/clutter.h>
|
#include <clutter/clutter.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef void (*CoglFuncPtr) (void);
|
typedef void (*CoglFuncPtr) (void);
|
||||||
|
|
||||||
CoglFuncPtr
|
CoglFuncPtr
|
||||||
@ -57,3 +63,6 @@ cogl_rotatex (ClutterFixed angle, gint x, gint y, gint z);
|
|||||||
void
|
void
|
||||||
cogl_rotate (gint angle, gint x, gint y, gint z);
|
cogl_rotate (gint angle, gint x, gint y, gint z);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
|
#endif /* __COGL_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user