mql5/Include/MasterOfPuppetsLib/GeneratorsUndefinition.mqh
MasterOfPuppets a184464e61 new files added
2026-03-04 11:45:55 +03:00

20 lines
929 B
MQL4

//+------------------------------------------------------------------+
//| 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
//+------------------------------------------------------------------+