2007-01-18 Tomas Frydrych <tf@openedhand.com>

* clutter/clutter-fixed.h:
	Added missing proto for clutter_fixed_qdivx().
This commit is contained in:
Tomas Frydrych
2008-01-18 12:21:40 +00:00
parent e833356561
commit c9aa5f1b1a
2 changed files with 8 additions and 0 deletions

View File

@ -281,6 +281,9 @@ typedef gint32 ClutterAngle; /* angle such that 1024 == 2*PI */
extern inline
ClutterFixed clutter_qmulx (ClutterFixed op1, ClutterFixed op2);
extern inline
ClutterFixed clutter_qdivx (ClutterFixed op1, ClutterFixed op2);
ClutterFixed clutter_sinx (ClutterFixed angle);
ClutterFixed clutter_sini (ClutterAngle angle);