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