2017-09-11 22:37:32 +00:00
|
|
|
#pragma once
|
|
|
|
#include <Settings/Settings.h>
|
|
|
|
|
|
|
|
enum
|
|
|
|
{
|
2017-09-25 12:00:04 +00:00
|
|
|
Set_Volume,
|
2017-09-14 08:07:12 +00:00
|
|
|
Set_Logging_MD5,
|
|
|
|
Set_Logging_Thread,
|
|
|
|
Set_Logging_Path,
|
|
|
|
Set_Logging_InitShutdown,
|
|
|
|
Set_Logging_Interface,
|
|
|
|
Set_Logging_Driver,
|
2019-01-21 05:45:52 +00:00
|
|
|
Set_Buffer,
|
2017-10-13 00:49:08 +00:00
|
|
|
};
|