aboutsummaryrefslogtreecommitdiff
path: root/src/bitboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitboard.h')
-rw-r--r--src/bitboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bitboard.h b/src/bitboard.h
index ebac2f7..6b89c84 100644
--- a/src/bitboard.h
+++ b/src/bitboard.h
@@ -3,9 +3,9 @@
typedef U64 Bitboard;
#define BIT (U64)1
-int pop_count(Bitboard bb);
+int popCount(Bitboard bb);
-void print_bitboard(Bitboard bb);
+void printBitboard(Bitboard bb);
Bitboard ls1b(Bitboard bb);