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