10 lines
290 B
C++
10 lines
290 B
C++
// Unity build entry for device endpoints
|
|
// clang-format off
|
|
#include "api/devices/store.cpp"
|
|
#include "api/devices/list.cpp"
|
|
#include "api/devices/register.cpp"
|
|
#include "api/devices/layout.cpp"
|
|
#include "api/devices/screen.cpp"
|
|
#include "api/devices/screen_image.cpp"
|
|
// clang-format on
|