QtHPConnect/main.h
2019-02-10 15:32:15 +02:00

11 lines
86 B
C++

#ifndef MAIN_H
#define MAIN_H
class main
{
public:
main();
};
#endif // MAIN_H