13 lines
218 B
C
13 lines
218 B
C
#ifndef TIME_RANGE_H_INCLUDED
|
|
#define TIME_RANGE_H_INCLUDED
|
|
|
|
#include "time_range_header.h"
|
|
|
|
struct TimeRange {
|
|
public:
|
|
bool IsActive;
|
|
ATBTimeRange TimeRangeStructure;
|
|
};
|
|
|
|
#endif // TIME_RANGE_H_INCLUDED
|