You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
252 B

2 years ago
  1. #include "pch.h"
  2. #include "InputManager/InputManager.h"
  3. int Ware::count;
  4. int main () {
  5. std::cout << "Kaufland:" << std::endl;
  6. StorageEditor editor;
  7. InputManager inputManager(editor);
  8. inputManager.displayMainMenu();
  9. return 0;
  10. }