#ifndef __LFOS_H__ #define __LFOS_H__ void maybe_calc_lfos(); void init_snh(); void init_lfo(int i); void uninit_lfo(int i); #endif