summaryrefslogtreecommitdiff
path: root/eq.h
blob: 52ea3d86919bd9bbb2383dfd88c4c3b9a53f3f80 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef EQ_H
#define EQ_H

extern unsigned char eq_levels[];

void eq_decay(int);
void eq_read();

#endif