summaryrefslogtreecommitdiff
path: root/src/fruits/cmc/ui/widgets/tile.h
blob: a410207abef9cade91356db531832b1ad56519fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

/*
  Use-case examples:
   - Twitter timeline type.
   - Image grid (static/dynamic size, with or without title).

  Implementation:
   - Tile sets it's own size.
   - Reel.
*/

struct cmc_tile {
};