8 lines
131 B
C
8 lines
131 B
C
|
#pragma once
|
||
|
#include "time_range_header.h"
|
||
|
|
||
|
struct TimeRange {
|
||
|
public:
|
||
|
bool IsActive;
|
||
|
ATBTimeRange TimeRangeStructure;
|
||
|
};
|