00001 /* 00002 $Id: echofilter_generic.h,v 1.1 2001/03/06 15:09:26 mbn Exp $ 00003 00004 ------------------------------------------------------------------------ 00005 ClanLib, the platform independent game SDK. 00006 00007 This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE 00008 version 2. See COPYING for details. 00009 00010 For a total list of contributers see CREDITS. 00011 00012 ------------------------------------------------------------------------ 00013 */ 00014 00015 #ifndef header_echofilter_generic 00016 #define header_echofilter_generic 00017 00018 #include "API/Sound/SoundFilters/echofilter.h" 00019 00020 class CL_EchoFilter_Generic 00021 { 00022 public: 00023 int buffer_size; 00024 int *buffer; 00025 int shift_factor; 00026 int pos; 00027 }; 00028 00029 #endif
1.2.6 written by Dimitri van Heesch,
© 1997-2001