mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
9 lines
229 B
C++
9 lines
229 B
C++
// Copyright Citra Emulator Project / Azahar Emulator Project
|
|
// Licensed under GPLv2 or any later version
|
|
// Refer to the license.txt file included.
|
|
|
|
namespace CitraCLI {
|
|
|
|
int ParseCompressionCommand(int argc, char* argv[]);
|
|
|
|
}
|