#ifndef SUNSHINE_DISPLAY_H #define SUNSHINE_DISPLAY_H #include "sunshine/platform/common.h" namespace va { std::shared_ptr make_hwdevice(int width, int height); int init(); } // namespace va #endif