mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 22:11:39 -06:00
3.13
This commit is contained in:
23
7zip/UI/Console/UserInputUtils.h
Executable file
23
7zip/UI/Console/UserInputUtils.h
Executable file
@@ -0,0 +1,23 @@
|
||||
// UserInputUtils.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __USERINPUTUTILS_H
|
||||
#define __USERINPUTUTILS_H
|
||||
|
||||
namespace NUserAnswerMode {
|
||||
|
||||
enum EEnum
|
||||
{
|
||||
kYes,
|
||||
kNo,
|
||||
kYesAll,
|
||||
kNoAll,
|
||||
kAutoRename,
|
||||
kQuit,
|
||||
};
|
||||
}
|
||||
|
||||
NUserAnswerMode::EEnum ScanUserYesNoAllQuit();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user