8 lines
193 B
C++
8 lines
193 B
C++
#ifndef SUNSHINE_DISPLAY_H
|
|
#define SUNSHINE_DISPLAY_H
|
|
|
|
#include "sunshine/platform/common.h"
|
|
namespace platf::egl {
|
|
std::shared_ptr<hwdevice_t> make_hwdevice();
|
|
} // namespace platf::egl
|
|
#endif |