Add forgotten files 1.4.70b
[polyglot.git] / line.h
diff --git a/line.h b/line.h
index 6460edf..7582d9a 100644 (file)
--- a/line.h
+++ b/line.h
@@ -1,32 +1,32 @@
-\r
-// line.h\r
-\r
-#ifndef LINE_H\r
-#define LINE_H\r
-\r
-// includes\r
-\r
-#include "board.h"\r
-#include "move.h"\r
-#include "util.h"\r
-\r
-// constants\r
-\r
-#define LineSize 256\r
-\r
-// functions\r
-\r
-extern bool line_is_ok    (const move_t line[]);\r
-\r
-extern void line_clear    (move_t line[]);\r
-extern void line_copy     (move_t dst[], const move_t src[]);\r
-\r
-extern bool line_from_can (move_t line[], const board_t * board, const char string[], int size);\r
-\r
-extern bool line_to_can   (const move_t line[], const board_t * board, char string[], int size);\r
-extern bool line_to_san   (const move_t line[], const board_t * board, char string[], int size);\r
-\r
-#endif // !defined LINE_H\r
-\r
-// end of line.h\r
-\r
+
+// line.h
+
+#ifndef LINE_H
+#define LINE_H
+
+// includes
+
+#include "board.h"
+#include "move.h"
+#include "util.h"
+
+// constants
+
+#define LineSize 256
+
+// functions
+
+extern bool line_is_ok    (const move_t line[]);
+
+extern void line_clear    (move_t line[]);
+extern void line_copy     (move_t dst[], const move_t src[]);
+
+extern bool line_from_can (move_t line[], const board_t * board, const char string[], int size);
+
+extern bool line_to_can   (const move_t line[], const board_t * board, char string[], int size);
+extern bool line_to_san   (const move_t line[], const board_t * board, char string[], int size);
+
+#endif // !defined LINE_H
+
+// end of line.h
+