Seafood/populateDB/database.h
changeset 5 98d749cef1a7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Seafood/populateDB/database.h	Thu Mar 25 13:55:27 2010 -0700
@@ -0,0 +1,6 @@
+#ifndef DATABASE_H
+#define DATABASE_H
+
+enum { EBEST=0, EOK, EWORST };
+
+#endif // DATABASE_H