kima2/src/core/sale.h

8 lines
71 B
C
Raw Normal View History

2018-07-11 12:53:18 +02:00
#ifndef SALE_H
#define SALE_H
class Sale : public Entity {
};
#endif