misc/libphysfs/lzma/CPP/7zip/UI/Console/List.h
author Wuzzy <Wuzzy2@mail.ru>
Tue, 17 Jul 2018 22:00:15 +0200
changeset 13503 c5d7376fa58a
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Bazooka/Grende training: Hide mission panel on pressing attack key

// List.h

#ifndef __LIST_H
#define __LIST_H

#include "Common/Wildcard.h"
#include "../Common/LoadCodecs.h"

HRESULT ListArchives(
    CCodecs *codecs,
    UStringVector &archivePaths, UStringVector &archivePathsFull,
    const NWildcard::CCensorNode &wildcardCensor,
    bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, UInt64 &errors);

#endif