mirror of
https://github.com/DerKoun/bsnes-hd.git
synced 2025-04-02 10:52:49 -04:00
7 lines
90 B
C++
7 lines
90 B
C++
#pragma once
|
|
|
|
namespace LZMA {
|
|
|
|
auto extract(string_view filename) -> vector<uint8_t>;
|
|
|
|
}
|