SimPHash/Src/Hash/All.mqh
2026-06-27 21:28:54 -05:00

22 行
无行尾
901 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 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