11 lines
115 B
C
11 lines
115 B
C
|
#ifndef MAINFUNC_CXX
|
||
|
#define MAINFUNC_CXX
|
||
|
|
||
|
class MatchFunc
|
||
|
{
|
||
|
public:
|
||
|
MatchFunc();
|
||
|
};
|
||
|
|
||
|
#endif // MAINFUNC_CXX
|