EA-Setka-2/framework/collection/collection.mqh

7 lines
113 B
MQL5
Raw Permalink Normal View History

2025-05-30 14:50:44 +02:00
#ifndef FRAMEWORK_COLLECTION_MQH
#define FRAMEWORK_COLLECTION_MQH
#include "list.mqh"
#include "map.mqh"
#endif