Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
TimeShield.mqh
Go to the documentation of this file.
1//+------------------------------------------------------------------+
2//| TimeShield.mqh |
3//| MQL5 Facade for TimeShield C++ Library |
4//| Copyright 2025, NewYaroslav |
5//| https://github.com/NewYaroslav/time-shield-cpp |
6//+------------------------------------------------------------------+
7#ifndef __TIME_SHIELD_FACADE_MQH__
8#define __TIME_SHIELD_FACADE_MQH__
9
16
17#property copyright "Copyright 2025, NewYaroslav"
18#property link "https://github.com/NewYaroslav/time-shield-cpp"
19#property strict
20
35
36#include <time_shield.mqh>
37
38#endif // __TIME_SHIELD_FACADE_MQH__
Main header file for the Time Shield library.