Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / clustalw / src / general / debuglogObject.h
diff --git a/website/archive/binaries/mac/src/clustalw/src/general/debuglogObject.h b/website/archive/binaries/mac/src/clustalw/src/general/debuglogObject.h
new file mode 100644 (file)
index 0000000..c34f9ff
--- /dev/null
@@ -0,0 +1,15 @@
+/**
+ * Author: Mark Larkin
+ * 
+ * Copyright (c) 2007 Des Higgins, Julie Thompson and Toby Gibson.  
+ */
+#ifndef DEBUGLOGOBJECT_H
+#define DEBUGLOGOBJECT_H
+#include "DebugLog.h"
+
+namespace clustalw
+{
+// MARK Dec 12 2005
+extern DebugLog* logObject;
+}
+#endif