PNRGByLeo/Src/Imp/All.mqh
2026-09-01 08:23:33 -05:00

21 lines
No EOL
867 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 PRNGBYLEO_SRC_IMP_ALL_MQH
#define PRNGBYLEO_SRC_IMP_ALL_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include "MT64\\MT64.mqh"
#include "Native\\Nat.mqh"
#include "Xho\\Xho.mqh"
#endif // PRNGBYLEO_SRC_IMP_ALL_MQH