14 lines
1.0 KiB
Plaintext
14 lines
1.0 KiB
Plaintext
#ifndef MQL_AUTO_FORWARDS_INCLUDED_2803837B848A49C7
|
|
#define MQL_AUTO_FORWARDS_INCLUDED_2803837B848A49C7
|
|
// Auto-generated by MQL Clangd. Do not edit — regenerated by "MQL: Create Configuration".
|
|
// Forward declarations for top-level functions in c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Seascape/Seascape.mq5
|
|
|
|
#line 17 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Seascape/Seascape.mq5"
|
|
bool ModelInitialize(int &cl_ctx, int &cl_prg, int &cl_krn, int &cl_mem);
|
|
#line 76 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Seascape/Seascape.mq5"
|
|
bool ModelResize(const int cl_ctx, const int cl_krn, int &cl_mem);
|
|
#line 108 "c:/Users/new/AppData/Roaming/MetaQuotes/Terminal/5BDB0B60344C088C2FA5CA35699BAAFD/MQL5/Scripts/Examples/OpenCL/Seascape/Seascape.mq5"
|
|
void ModelShutdown(int cl_ctx, int cl_prg, int cl_krn, int cl_mem);
|
|
|
|
#endif
|