mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 03:13:14 +00:00
7 lines
148 B
C++
7 lines
148 B
C++
#pragma once
|
|
|
|
#include <Tactility/hal/display/DisplayDevice.h>
|
|
#include <memory>
|
|
|
|
std::shared_ptr<tt::hal::display::DisplayDevice> createDisplay();
|