prime/include/Kyoto/CCrc32.hpp

11 lines
153 B
C++

#ifndef _CCRC32
#define _CCRC32
#include "types.h"
class CCRC32 {
public:
static uint Calculate(const void* data, uint length);
};
#endif // _CCRC32