summaryrefslogtreecommitdiff
path: root/src/Chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Chain.h')
-rw-r--r--src/Chain.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Chain.h b/src/Chain.h
index dc25738..16c5eb9 100644
--- a/src/Chain.h
+++ b/src/Chain.h
@@ -9,9 +9,19 @@
* Douglas M. Pase - initial API and implementation *
*******************************************************************************/
+//
+// Configuration
+//
+
+// Include guard
#if !defined(Chain_h)
#define Chain_h
+
+//
+// Struct definition
+//
+
struct Chain {
Chain* next;
private: