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