Introducing VPSheet and refactoring
This commit is contained in:
parent
22a5e2094c
commit
803a7b6caa
6
src/app/puzzle/vpsheet.cpp
Normal file
6
src/app/puzzle/vpsheet.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "vpsheet.h"
|
||||
|
||||
VPSheet::VPSheet()
|
||||
{
|
||||
|
||||
}
|
11
src/app/puzzle/vpsheet.h
Normal file
11
src/app/puzzle/vpsheet.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef VPSHEET_H
|
||||
#define VPSHEET_H
|
||||
|
||||
|
||||
class VPSheet
|
||||
{
|
||||
public:
|
||||
VPSheet();
|
||||
};
|
||||
|
||||
#endif // VPSHEET_H
|
Loading…
Reference in New Issue
Block a user