Add forgotten files 1.4.70b
[polyglot.git] / move_gen.h
index b4dc1f2..c62e2c4 100644 (file)
@@ -1,21 +1,21 @@
-\r
-// move_gen.h\r
-\r
-#ifndef MOVE_GEN_H\r
-#define MOVE_GEN_H\r
-\r
-// includes\r
-\r
-#include "board.h"\r
-#include "list.h"\r
-#include "util.h"\r
-\r
-// functions\r
-\r
-extern void gen_legal_moves (list_t * list, const board_t * board);\r
-extern void gen_moves       (list_t * list, const board_t * board);\r
-\r
-#endif // !defined MOVE_GEN_H\r
-\r
-// end of move_gen.h\r
-\r
+
+// move_gen.h
+
+#ifndef MOVE_GEN_H
+#define MOVE_GEN_H
+
+// includes
+
+#include "board.h"
+#include "list.h"
+#include "util.h"
+
+// functions
+
+extern void gen_legal_moves (list_t * list, const board_t * board);
+extern void gen_moves       (list_t * list, const board_t * board);
+
+#endif // !defined MOVE_GEN_H
+
+// end of move_gen.h
+