new class introduced

This commit is contained in:
Martin Brodbeck 2018-07-11 12:53:18 +02:00
parent 8b08fad47a
commit 37ae599c80

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

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