HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
ImageCell.hpp
1// Copyright 2020 Pokitec
2// All rights reserved.
3
4#pragma once
5
6#include "TTauri/Cells/Cell.hpp"
7
8namespace tt {
9
10class ImageCell: public Cell {
11};
12
13}
Definition Cell.hpp:12
Definition ImageCell.hpp:10