X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/2196a3a0cdc5384c082febb7f4aa5994cc7d80db..ebd170a764ab9660adee464588cda1801c7986b4:/projects/stargazer/plugins/other/radius/radius.cpp?ds=sidebyside diff --git a/projects/stargazer/plugins/other/radius/radius.cpp b/projects/stargazer/plugins/other/radius/radius.cpp new file mode 100644 index 00000000..3ec0f705 --- /dev/null +++ b/projects/stargazer/plugins/other/radius/radius.cpp @@ -0,0 +1,19 @@ +#include "radius.h" + +using STG::RADIUS; + +extern "C" STG::Plugin* GetPlugin() +{ + static RADIUS plugin; + return &plugin; +} + +std::string RADIUS::GetVersion() const +{ + return "Radius v.1.0"; +} + +RADIUS::RADIUS() +{ +} +