// // Created by loki on 6/3/19. // #ifndef SUNSHINE_NVHTTP_H #define SUNSHINE_NVHTTP_H #include "thread_safe.h" #include #include #include #include namespace nvhttp { void start(std::shared_ptr shutdown_event); bool pin(std::string pin); } // namespace nvhttp #endif //SUNSHINE_NVHTTP_H