mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Externals: Add libLZMA.
This commit is contained in:
20
Externals/liblzma/delta/delta_common.h
vendored
Normal file
20
Externals/liblzma/delta/delta_common.h
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
/// \file delta_common.h
|
||||
/// \brief Common stuff for Delta encoder and decoder
|
||||
//
|
||||
// Author: Lasse Collin
|
||||
//
|
||||
// This file has been put into the public domain.
|
||||
// You can do whatever you want with this file.
|
||||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef LZMA_DELTA_COMMON_H
|
||||
#define LZMA_DELTA_COMMON_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
extern uint64_t lzma_delta_coder_memusage(const void *options);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user