aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmytro Ivanov <[email protected]>2024-09-27 14:36:46 +0200
committerDmytro Ivanov <[email protected]>2024-10-02 15:46:27 +0200
commit88971710dcff7c963eb96bb858349e73f7ec2c86 (patch)
tree327958ed20e157bebd42316952601f900cc6199f
parentadd cmake build config to be able to use clion (diff)
downloadzen-88971710dcff7c963eb96bb858349e73f7ec2c86.tar.xz
zen-88971710dcff7c963eb96bb858349e73f7ec2c86.zip
wip
-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