]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/radius.cpp
Stargazer (#6)
[stg.git] / projects / stargazer / plugins / other / radius / radius.cpp
diff --git a/projects/stargazer/plugins/other/radius/radius.cpp b/projects/stargazer/plugins/other/radius/radius.cpp
new file mode 100644 (file)
index 0000000..3ec0f70
--- /dev/null
@@ -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()
+{
+}
+