mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(ui): add CSimpleHyperlinkButton class
This commit is contained in:
parent
0950f7dae3
commit
148285ad01
8 changed files with 164 additions and 1 deletions
4
src/ui/CSimpleMessageScrollFrame.cpp
Normal file
4
src/ui/CSimpleMessageScrollFrame.cpp
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#include "ui/CSimpleMessageScrollFrame.hpp"
|
||||
|
||||
CSimpleMessageScrollFrame::CSimpleMessageScrollFrame(CSimpleFrame* parent) : CSimpleHyperlinkedFrame(parent) {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue