new class introduced

This commit is contained in:
Martin Brodbeck 2018-07-11 12:53:18 +02:00
parent 8b08fad47a
commit 37ae599c80
1 changed files with 8 additions and 0 deletions

8
src/core/sale.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef SALE_H
#define SALE_H
class Sale : public Entity {
};
#endif