Files
stk/WvOut.cpp
Gary Scavone ea749b71d2 Version 2.01
2013-09-29 22:39:45 +02:00

22 lines
358 B
C++

/*******************************************/
/* Output Abstract Class, */
/* by Tim Stilson, 1996 */
/* based on code by Perry R. Cook, 1995-96*/
/*******************************************/
#include "WvOut.h"
#include <stdio.h>
WvOut :: WvOut()
{
}
WvOut :: ~WvOut()
{
}
void WvOut :: tick(MY_FLOAT sample)
{
}