Minor: remove 'pragma onc'

This commit is contained in:
Gerhard Hoffmann 2023-12-12 17:50:23 +01:00
parent db7fe35095
commit 81459f7ab4

View File

@ -1,8 +1,12 @@
#pragma once
#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