21 righe
867 B
MQL5
21 righe
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
|
||
|
|
|