summaryrefslogtreecommitdiff
path: root/mix.h
blob: 9f11f95c5c1dec718132667a01c5425242107707 (plain)
1
2
3
4
5
6
7
#ifndef MIX_H
#define MIX_H
#include "util.h"

U_ATTR Pulse mix_sound(Wave w, LENT n);

#endif