TsnTables/Src/PHash/AllHash.mqh

21 lines
946 B
MQL5
Raw Permalink Normal View History

2026-06-25 17:32:25 -05:00
//+------------------------------------------------------------------+
//| AllHash.mqh |
//| Copyright 2026, Niquel Mendoza. |
//| https://www.mql5.com/ |
//+------------------------------------------------------------------+
#property copyright "Copyright 2026, Niquel Mendoza."
#property link "https://www.mql5.com/"
#property strict
#ifndef TSNTABES_SRC_PHASH_ALLHASH_MQH
#define TSNTABES_SRC_PHASH_ALLHASH_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
//--- XXHash
#include "XXHash\\Main.mqh"
#include "FNV1-1A\\Main.mqh"
2026-06-26 08:51:02 -05:00
#endif // TSNTABES_SRC_PHASH_ALLHASH_MQH
//+------------------------------------------------------------------+