summaryrefslogtreecommitdiff
path: root/plugins/Chess4Net/GlobalsUnit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Chess4Net/GlobalsUnit.pas')
-rw-r--r--plugins/Chess4Net/GlobalsUnit.pas10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/Chess4Net/GlobalsUnit.pas b/plugins/Chess4Net/GlobalsUnit.pas
new file mode 100644
index 0000000000..435cde0831
--- /dev/null
+++ b/plugins/Chess4Net/GlobalsUnit.pas
@@ -0,0 +1,10 @@
+unit GlobalsUnit;
+
+interface
+
+const
+ DIALOG_CAPTION = 'Chess4Net';
+
+implementation
+
+end.