mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 15:46:14 -04:00
97dc0e14df
* small speedups to extractor * faster extraction
4 lines
92 B
C
4 lines
92 B
C
#include <cstdlib>
|
|
#include "common/common_types.h"
|
|
|
|
u32 crc32(const u8* data, size_t size); |