20 lines
929 B
MQL5
20 lines
929 B
MQL5
|
|
//+------------------------------------------------------------------+
|
||
|
|
//| GeneratorsUndefinition.mqh |
|
||
|
|
//| Copyright 2026, MasterOfPuppets |
|
||
|
|
//| https://forge.mql5.io/masterofpuppets/mql5 |
|
||
|
|
//+------------------------------------------------------------------+
|
||
|
|
#ifndef MASTER_OF_PUPPETS_LIB_GENERATORS_UNDEFINITION_MQH
|
||
|
|
#define MASTER_OF_PUPPETS_LIB_GENERATORS_UNDEFINITION_MQH
|
||
|
|
|
||
|
|
#property copyright "Copyright 2026, MasterOfPuppets"
|
||
|
|
#property link "https://forge.mql5.io/masterofpuppets/mql5"
|
||
|
|
|
||
|
|
#undef MASTER_OF_PUPPETS_LIB_ACTION
|
||
|
|
#undef MASTER_OF_PUPPETS_LIB_ACTION_NAME
|
||
|
|
#undef MASTER_OF_PUPPETS_LIB_GENERATE_ACTION
|
||
|
|
#undef MASTER_OF_PUPPETS_LIB_GENERATE_ADD_ACTION
|
||
|
|
#undef MASTER_OF_PUPPETS_LIB_GENERATE_CASE
|
||
|
|
#undef MASTER_OF_PUPPETS_LIB_GENERATE_INPUT
|
||
|
|
|
||
|
|
#endif
|
||
|
|
//+------------------------------------------------------------------+
|