#include "UtilPrereqs.h"
Namespaces | |
namespace | orxonox |
Functions | |
uint32_t | orxonox::calcCRC (unsigned char *data, unsigned int dataLength) |
void | orxonox::calcCRCBit (uint32_t &crc32, int bit) |
Variables | |
const unsigned int | orxonox::UTIL_CRC32POLY = 0x04C11DB7 |