Time Shield Library
C++ library for working with time
|
Functions used to initialize the Time Shield library. More...
Functions | |
void | time_shield::initialize_library () |
Initialize the Time Shield library. | |
void | time_shield::init () |
Initialize the Time Shield library. | |
Functions used to initialize the Time Shield library.
void time_shield::init | ( | ) |
Initialize the Time Shield library.
This function performs all necessary setup steps. Call it in OnStart
before invoking any other Time Shield functions.
Definition at line 34 of file initialization.mqh.
|
inline |
Initialize the Time Shield library.
This function performs any required setup steps.
Definition at line 21 of file initialization.hpp.