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