Implement the othello board printing
[Project_algorithmic_C.git] / lib / othello.h
diff --git a/lib/othello.h b/lib/othello.h
new file mode 100644 (file)
index 0000000..e590b02
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ * =====================================================================================
+ *
+ *       Filename:  othello.h
+ *
+ *    Description:  Header for othello board handling functions
+ *
+ *        Version:  1.0
+ *        Created:  25/04/2017 15:16:37
+ *       Revision:  none
+ *       Compiler:  gcc
+ *
+ *         Author:  Jerome Benoit (fraggle), jerome.benoit@piment-noir.org
+ *   Organization:  Piment Noir
+ *
+ * =====================================================================================
+ */
+
+#ifndef OTHELLO_H
+#define OTHELLO_H
+
+#endif /* OTHELLO_H */