mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-28 06:46:03 +03:00
5 lines
158 B
C++
5 lines
158 B
C++
#include "ui/CSimpleMessageScrollFrame.hpp"
|
|
|
|
CSimpleMessageScrollFrame::CSimpleMessageScrollFrame(CSimpleFrame* parent) : CSimpleHyperlinkedFrame(parent) {
|
|
}
|