#ifndef VIDEOSERVICE_H #define VIDEOSERVICE_H #include #include class VideoService { private: std::shared_ptr texture; }; #endif