mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
6 lines
121 B
C
6 lines
121 B
C
/* 7zHeader.c */
|
|
|
|
#include "7zHeader.h"
|
|
|
|
Byte k7zSignature[k7zSignatureSize] = {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C};
|