ext/chess.h in chess-0.0.4 vs ext/chess.h in chess-0.0.5

- old
+ new

@@ -29,10 +29,11 @@ VALUE game_to_s (VALUE self); // Board VALUE board_placement (VALUE self); +VALUE board_get_piece (VALUE self, VALUE square); VALUE board_king_in_check (VALUE self); VALUE board_king_in_checkmate (VALUE self); VALUE board_stalemate (VALUE self); VALUE board_insufficient_material (VALUE self); VALUE board_fifty_move_rule (VALUE self); @@ -42,6 +43,6 @@ VALUE board_to_fen (VALUE self); VALUE board_to_s (VALUE self); // INIT -void Init_chess (); \ No newline at end of file +void Init_chess ();