summaryrefslogtreecommitdiff
path: root/src/Experiment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Experiment.h')
-rw-r--r--src/Experiment.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Experiment.h b/src/Experiment.h
index e90d55c..b6a2bf5 100644
--- a/src/Experiment.h
+++ b/src/Experiment.h
@@ -9,12 +9,23 @@
* Douglas M. Pase - initial API and implementation *
*******************************************************************************/
+//
+// Configuration
+//
+
+// Include guard
#if !defined(Experiment_h)
#define Experiment_h
+// Local includes
#include "Chain.h"
#include "Types.h"
+
+//
+// Class definition
+//
+
class Experiment {
public:
Experiment();