18 lines
No EOL
421 B
MQL5
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 |