mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
9 lines
117 B
C++
9 lines
117 B
C++
#ifndef MAINSTARTER_H
|
|
#define MAINSTARTER_H
|
|
|
|
class Filter {
|
|
public:
|
|
bool resultFilter();
|
|
};
|
|
|
|
#endif // MAINSTARTER_H
|