1 2 3 4 5 6 7 8 9
#ifndef MAKETABLE_HPP #define MAKETABLE_HPP #include <plugin.h> int maketable(csnd::Csound* csound, int size, FUNC** table, int channels=1); #endif /* MAKETABLE_HPP */