new class introduced
This commit is contained in:
parent
8b08fad47a
commit
37ae599c80
1 changed files with 8 additions and 0 deletions
8
src/core/sale.h
Normal file
8
src/core/sale.h
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#ifndef SALE_H
|
||||||
|
#define SALE_H
|
||||||
|
|
||||||
|
class Sale : public Entity {
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in a new issue