mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
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 |