#pragma once #include "time_range_header.h" struct TimeRange { public: bool IsActive; ATBTimeRange TimeRangeStructure; };