mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
5 lines
153 B
C++
5 lines
153 B
C++
#include "ui/CSimpleHyperlinkedFrame.hpp"
|
|
|
|
CSimpleHyperlinkedFrame::CSimpleHyperlinkedFrame(CSimpleFrame* parent) : CSimpleFrame(parent) {
|
|
// TODO
|
|
}
|