LeviLamina
Loading...
Searching...
No Matches
DurationFields.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
DateHelper {
6
7
enum class
DurationFields :
int
{
8
Days = 1,
9
DaysHours = 2,
10
DaysHoursMinutes = 3,
11
DaysHoursMinutesSeconds = 4,
12
};
13
14
}
src
mc
util
date_helper
DurationFields.h
Generated on Wed Jul 23 2025 08:34:28 for LeviLamina by
1.12.0