#ifndef MAKETABLE_HPP #define MAKETABLE_HPP #include int maketable(csnd::Csound* csound, int size, FUNC** table, int channels=1); #endif /* MAKETABLE_HPP */