EA-Setka-2/framework/framework.mqh
super.admin a4b861dd93 convert
2025-05-30 14:50:44 +02:00

18 lines
No EOL
421 B
MQL5

#ifndef FRAMEWORK_MQH
#define FRAMEWORK_MQH
#include "enum/enum.mqh"
#include "extension/extension.mqh"
#include "common/common.mqh"
#include "tool/tool_cache.mqh"
#include "collection/collection.mqh"
#include "common/gc.mqh"
#include "kernel/kernel.mqh"
#include "layer/layer.mqh"
#include "tool/tool.mqh"
#include "factory/factory.mqh"
#include "common/reason.mqh"
#include "common/error.mqh"
#endif