Search
lxdream.org :: lxdream/test/include/fastmath.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/include/fastmath.h
changeset 185:6755a04c447f
author nkeynes
date Tue Feb 28 18:22:52 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Add a GL-only video driver for android usage (since the Java code is
responsible for creating the context)
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/include/fastmath.h Tue Feb 28 18:22:52 2012 +1000
1.3 @@ -0,0 +1,13 @@
1.4 +#ifndef _FASTMATH_H_
1.5 +#ifdef __cplusplus
1.6 +extern "C" {
1.7 +#endif
1.8 +#define _FASTMATH_H_
1.9 +
1.10 +#include <math.h>
1.11 +#include <machine/fastmath.h>
1.12 +
1.13 +#ifdef __cplusplus
1.14 +}
1.15 +#endif
1.16 +#endif /* _FASTMATH_H_ */
.