Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / clustalw / src / general / statsObject.h
diff --git a/website/archive/binaries/mac/src/clustalw/src/general/statsObject.h b/website/archive/binaries/mac/src/clustalw/src/general/statsObject.h
new file mode 100644 (file)
index 0000000..58dfa26
--- /dev/null
@@ -0,0 +1,14 @@
+/**
+ * Author: Andreas Wilm
+ * 
+ * Copyright (c) 2007 Des Higgins, Julie Thompson and Toby Gibson.  
+ */
+#ifndef STATSOBJECT_H
+#define STATSOBJECT_H
+#include "Stats.h"
+
+namespace clustalw
+{
+   extern Stats* statsObject;
+}
+#endif