mirror of
https://github.com/sudoxnym/open-hyperion.git
synced 2026-04-15 12:16:39 +00:00
10 lines
127 B
C++
10 lines
127 B
C++
|
|
#include "ORGBExamplePlugin.h"
|
||
|
|
|
||
|
|
#include <QDebug>
|
||
|
|
|
||
|
|
std::string ORGBPlugin::PluginName() const
|
||
|
|
{
|
||
|
|
return "ExamplePlugin";
|
||
|
|
}
|
||
|
|
|