mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
6 lines
130 B
C++
6 lines
130 B
C++
#pragma once
|
|
|
|
#include "Tactility/hal/display/DisplayDevice.h"
|
|
|
|
std::shared_ptr<tt::hal::display::DisplayDevice> createDisplay();
|