mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
5 lines
67 B
C++
5 lines
67 B
C++
#include "Filter.h"
|
|
|
|
bool Filter::resultFilter() {
|
|
return false;
|
|
} |