Fix missing declaration in c8a37d82

This commit is contained in:
Jonathan G Rennison
2019-08-24 03:41:08 +01:00
parent f1df81bdd8
commit 62713ad106

View File

@@ -223,6 +223,7 @@ extern const uint8 _ffb_64[64];
#define FIND_FIRST_BIT(x) _ffb_64[(x)]
uint8 FindFirstBit(uint32 x);
uint8 FindFirstBit64(uint64 x);
#endif