Minor: remove 'pragma onc'
This commit is contained in:
parent
db7fe35095
commit
81459f7ab4
@ -1,8 +1,12 @@
|
|||||||
#pragma once
|
#ifndef TIME_RANGE_H_INCLUDED
|
||||||
|
#define TIME_RANGE_H_INCLUDED
|
||||||
|
|
||||||
#include "time_range_header.h"
|
#include "time_range_header.h"
|
||||||
|
|
||||||
struct TimeRange {
|
struct TimeRange {
|
||||||
public:
|
public:
|
||||||
bool IsActive;
|
bool IsActive;
|
||||||
ATBTimeRange TimeRangeStructure;
|
ATBTimeRange TimeRangeStructure;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // TIME_RANGE_H_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user