diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-17 20:42:53 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-17 20:42:53 +0200 |
| commit | 3b807ac5a02b9c778661c280a348f73d61c821ba (patch) | |
| tree | 4ef2568580198d27caee5b00082e2963ae540f5a /ui/include/turns | |
| parent | 7b7374b220b51f73b76823762666d9e8b82dccf4 (diff) | |
| download | turns-3b807ac5a02b9c778661c280a348f73d61c821ba.tar.xz turns-3b807ac5a02b9c778661c280a348f73d61c821ba.zip | |
ui: add preferences to fwd
Diffstat (limited to 'ui/include/turns')
| -rw-r--r-- | ui/include/turns/ui/widgets/fwd.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/include/turns/ui/widgets/fwd.hpp b/ui/include/turns/ui/widgets/fwd.hpp index 353db58..7bf8714 100644 --- a/ui/include/turns/ui/widgets/fwd.hpp +++ b/ui/include/turns/ui/widgets/fwd.hpp @@ -5,6 +5,7 @@ namespace turns::ui::widgets { struct participant_row; struct turn_order_view; + struct preferences; } // namespace turns::ui::widgets #endif
\ No newline at end of file |
