mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-29 00:20:21 +00:00
11 lines
239 B
C
11 lines
239 B
C
#ifndef __EASYLZMA_LZMA_HEADER__
|
|
#define __EASYLZMA_LZMA_HEADER__
|
|
|
|
#include "common_internal.h"
|
|
|
|
/* LZMA-Alone header format gleaned from reading Igor's code */
|
|
|
|
void initializeLZMAFormatHandler(struct elzma_format_handler *hand);
|
|
|
|
#endif
|