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 Sat Apr 26 2025 05:55:59 for LeviLamina by
1.12.0