aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/zenserver/plugins/pluginservice.cpp5
-rw-r--r--src/zenserver/plugins/pluginservice.h8
2 files changed, 13 insertions, 0 deletions
diff --git a/src/zenserver/plugins/pluginservice.cpp b/src/zenserver/plugins/pluginservice.cpp
new file mode 100644
index 000000000..9e022733e
--- /dev/null
+++ b/src/zenserver/plugins/pluginservice.cpp
@@ -0,0 +1,5 @@
+//
+// Created by dmytro.ivanov on 9/27/2024.
+//
+
+#include "pluginservice.h"
diff --git a/src/zenserver/plugins/pluginservice.h b/src/zenserver/plugins/pluginservice.h
new file mode 100644
index 000000000..a1111133a
--- /dev/null
+++ b/src/zenserver/plugins/pluginservice.h
@@ -0,0 +1,8 @@
+//
+// Created by dmytro.ivanov on 9/27/2024.
+//
+
+#ifndef ZEN_PLUGINSERVICE_H
+#define ZEN_PLUGINSERVICE_H
+
+#endif // ZEN_PLUGINSERVICE_H