mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 22:11:35 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
13
7zip/FileManager/SplitUtils.h
Executable file
13
7zip/FileManager/SplitUtils.h
Executable file
@@ -0,0 +1,13 @@
|
||||
// SplitUtils.h
|
||||
|
||||
#ifndef __SPLITUTILS_H
|
||||
#define __SPLITUTILS_H
|
||||
|
||||
#include "Common/String.h"
|
||||
#include "Common/Types.h"
|
||||
#include "Windows/Control/ComboBox.h"
|
||||
|
||||
bool ParseVolumeSizes(const UString &s, CRecordVector<UInt64> &values);
|
||||
void AddVolumeItems(NWindows::NControl::CComboBox &volumeCombo);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user