valentina/src/app/puzzle/vpsheet.h

12 lines
101 B
C
Raw Normal View History

2020-05-23 17:46:46 +02:00
#ifndef VPSHEET_H
#define VPSHEET_H
class VPSheet
{
public:
VPSheet();
};
#endif // VPSHEET_H