PNRGByLeo/Src/Imp/All.mqh

21 righe
867 B
MQL5

2026-09-01 08:23:33 -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 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