From 37ae599c8083c2d87025cd9b19913adbce7fb173 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 11 Jul 2018 12:53:18 +0200 Subject: [PATCH] new class introduced --- src/core/sale.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/core/sale.h diff --git a/src/core/sale.h b/src/core/sale.h new file mode 100644 index 0000000..06f350d --- /dev/null +++ b/src/core/sale.h @@ -0,0 +1,8 @@ +#ifndef SALE_H +#define SALE_H + +class Sale : public Entity { + +}; + +#endif \ No newline at end of file