OSDN Git Service

[Refactor] #37353 型の置換。 / Type replacement.
[hengband/hengband.git] / src / z-util.h
index bb0ac63..088b10b 100644 (file)
@@ -1,4 +1,4 @@
-/* File z-util.h */
+/* File z-util.h */
 
 /*
  * Copyright (c) 1997 Ben Harrison
@@ -64,3 +64,5 @@ extern void s64b_mod(s32b *A1, u32b *A2, s32b B1, u32b B2);
 
 #endif
 
+extern int count_bits(BIT_FLAGS x);
+