azahar/src/citra_cli/compression_cli.h

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[]);
}