FastCollections-FastHashMap/Src/ColHash/HashMap/All.mqh
2026-07-21 11:09:28 -05:00

20 lines
956 B
MQL5

//+------------------------------------------------------------------+
//| All.mqh |
//| Copyright 2026, Niquel Mendoza. |
//| https://www.mql5.com/ |
//+------------------------------------------------------------------+
#property copyright "Copyright 2026, Niquel Mendoza."
#property link "https://www.mql5.com/"
#property strict
#ifndef FASTCOLLECTIONSBYLEO_COLHASH_HASHMAP_ALL_MQH
#define FASTCOLLECTIONSBYLEO_COLHASH_HASHMAP_ALL_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include "Ref.mqh"
#include "Nor.mqh"
#endif // FASTCOLLECTIONSBYLEO_COLHASH_HASHMAP_ALL_MQH
//+------------------------------------------------------------------+