diff options
Diffstat (limited to 'libglitter_compose_float.c')
-rw-r--r-- | libglitter_compose_float.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglitter_compose_float.c b/libglitter_compose_float.c new file mode 100644 index 0000000..197aaea --- /dev/null +++ b/libglitter_compose_float.c @@ -0,0 +1,4 @@ +/* See LICENSE file for copyright and license details. */ +#define libglitter_compose_double libglitter_compose_float +#define double float +#include "libglitter_compose_double.c" |