Fix missing declaration in c8a37d82

pull/104/head
Jonathan G Rennison 5 years ago
parent f1df81bdd8
commit 62713ad106

@ -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

Loading…
Cancel
Save