#pragma once #include #include std::shared_ptr createTouch(); std::shared_ptr createDisplay(std::shared_ptr touch);