9 lines
103 B
C
Raw Permalink Normal View History

2020-11-11 20:03:44 +01:00
#ifndef _PRINT_H_
#define _PRINT_H_
class Print {
public:
Print();
};
#endif // _PRINT_H_