R_CRC_SetCRC32


Initializes the CRC calculator for the 32-bit CRC calculation (CRC generating polynomial: X32 + X26 + X23 + X22 + X16 + X12 + X11 + X10 + X8 + X7 + X5 + X + 1).

[Syntax]

void    R_CRC_SetCRC32 ( void );

[Argument(s)]

None.

[Return value]

None.