// lordApp.cpp // файл, поставляемый клиенту. #include "landlord.h" int main() { userInterface theUserInterface; theUserInterface.interact(); return 0; } ////////////////////конец файла lordApp.cpp////////////////