summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/dub/dub/templates/header_template
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/dub/dub/templates/header_template')
-rw-r--r--noatun-plugins/dub/dub/templates/header_template21
1 files changed, 21 insertions, 0 deletions
diff --git a/noatun-plugins/dub/dub/templates/header_template b/noatun-plugins/dub/dub/templates/header_template
new file mode 100644
index 0000000..9ec0a73
--- /dev/null
+++ b/noatun-plugins/dub/dub/templates/header_template
@@ -0,0 +1,21 @@
+//
+//
+// C++ Interface |FILENAME|
+//
+// Description:
+//
+//
+// Author: |AUTHOR|, (C) |YEAR|
+//
+// Copyright: See COPYING file that comes with this distribution
+//
+//
+
+#ifndef |FILENAME|_Interface
+#define |FILENAME|_Interface
+
+#include "General.hxx"
+
+
+
+#endif