//+------------------------------------------------------------------+ //| 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 //+------------------------------------------------------------------+