Tests to fetch info from module

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-31 09:46:36 +00:00
parent 9d7221dd50
commit ff5f9f6285
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 36 additions and 1 deletions

View file

@ -168,6 +168,13 @@ void SvgSlider::onChange(const ChangeEvent& e) {}
}
namespace engine {
std::string LightInfo::getName() { return name; }
std::string LightInfo::getDescription() { return description; }
}
namespace widget {
FramebufferWidget::FramebufferWidget() {}