Introducing VPSheet and refactoring

This commit is contained in:
Ronan Le Tiec 2020-05-23 17:46:46 +02:00
parent 22a5e2094c
commit 803a7b6caa
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#include "vpsheet.h"
VPSheet::VPSheet()
{
}

11
src/app/puzzle/vpsheet.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef VPSHEET_H
#define VPSHEET_H
class VPSheet
{
public:
VPSheet();
};
#endif // VPSHEET_H