Add header guards
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#ifndef _FCEU_FILTER_H
|
||||
#define _FCEU_FILTER_H
|
||||
|
||||
int32 NeoFilterSound(int32 *in, int32 *out, uint32 inlen, int32 *leftover);
|
||||
void MakeFilters(int32 rate);
|
||||
void SexyFilter(int32 *in, int32 *out, int32 count);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user