mirror of
https://github.com/cyanfish/naps2.git
synced 2024-11-11 02:45:19 +03:00
b62100fb07
No longer keeping System, System.Collections.Generic, System.Linq
10 lines
148 B
C#
10 lines
148 B
C#
namespace NAPS2.ImportExport
|
|
{
|
|
public enum SaveSeparator
|
|
{
|
|
None,
|
|
FilePerPage,
|
|
FilePerScan,
|
|
PatchT
|
|
}
|
|
} |