aboutsummaryrefslogtreecommitdiffstats
path: root/libglitter_compose_float.c
blob: 6e09fd11539de23334697938e3d9d91c19d43018 (plain) (blame)
1
2
3
4
5
/* See LICENSE file for copyright and license details. */
#include "libglitter.h"
#define libglitter_compose_double libglitter_compose_float
#define double float
#include "libglitter_compose_double.c"