TsnTables2/Src/Bits/All.mqh

20 lines
862 B
MQL5
Raw Permalink Normal View History

2026-08-27 13:13:08 -05:00
//+------------------------------------------------------------------+
//| 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 TSNTABES_SRC_BITS_ALL_MQH
#define TSNTABES_SRC_BITS_ALL_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include "CLZ\\CLZ.mqh"
#include "CTZ\\CTZ.mqh"
#include "Swar\\Swar.mqh"
#endif // TSNTABES_SRC_BITS_ALL_MQH