rm ingored
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
#ifndef CHECK_H
|
||||
#define CHECK_H
|
||||
#include "../goods/goods.h"
|
||||
#include <vector>
|
||||
|
||||
class Check {
|
||||
std::vector<Goods> goods;
|
||||
|
||||
public:
|
||||
Check();
|
||||
void add_goods(Goods);
|
||||
|
||||
double calculae_total_price();
|
||||
|
||||
std::vector<Goods> &get_goods();
|
||||
};
|
||||
|
||||
#endif // CHECK_H
|
||||
Reference in New Issue
Block a user