CPosPrinter.h 167 B

1234567891011121314151617
  1. #pragma once
  2. #include "../order/CWaimaiOrder.h"
  3. class CPosPrinter
  4. {
  5. public:
  6. CPosPrinter();
  7. ~CPosPrinter();
  8. void PrintWaimaiOrder(CWaimaiOrder& order)
  9. {
  10. }
  11. };