//+------------------------------------------------------------------+ //| 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 SIMPHASH_SRC_HASH_ALL_MQH #define SIMPHASH_SRC_HASH_ALL_MQH //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ #include "Str\\XXHash.mqh" #include "Str\\FNV1a64.mqh" #include "UL1\\MurMur.mqh" #include "UL1\\SplitMix.mqh" #endif // SIMPHASH_SRC_HASH_ALL_MQH