mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
10 lines
218 B
C++
10 lines
218 B
C++
#ifndef SUNSHINE_DISPLAY_H
|
|
#define SUNSHINE_DISPLAY_H
|
|
|
|
#include "sunshine/platform/common.h"
|
|
namespace va {
|
|
std::shared_ptr<platf::hwdevice_t> make_hwdevice(int width, int height);
|
|
|
|
int init();
|
|
} // namespace va
|
|
#endif |