export sales works now
This commit is contained in:
parent
dc54809146
commit
c82378dfa9
5 changed files with 61 additions and 8 deletions
|
@ -10,6 +10,7 @@ class JsonUtil
|
|||
public:
|
||||
static void exportSellers(const std::string& filename, Marketplace* market);
|
||||
static void importSellers(const std::string& filename, Marketplace* market);
|
||||
static void exportSales(const std::string& filename, Marketplace* market, int cashPointNo);
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue