update pak format

This commit is contained in:
Nishi 2026-01-12 11:48:26 +09:00
commit 32919ca13d
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 324 additions and 73 deletions

View file

@ -0,0 +1,17 @@
#ifndef __GEARSRC_CRC_H__
#define __GEARSRC_CRC_H__
#include <GearSrc/MachDep.h>
#include <GearSrc/TypeDefs.h>
#ifdef __cplusplus
extern "C" {
#endif
GSDECL GSU32 GSCRC32(void* input, unsigned int len);
#ifdef __cplusplus
}
#endif
#endif