Audacity 3.2.0
AudioComModule.cpp
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*!********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 AudioComModule.cpp
7
8 Dmitry Vedenko
9
10**********************************************************************/
11
12#include "ModuleConstants.h"
13#include "PluginHost.h"
14
15#include "ui/images/CloudImages.hpp"
16
19{
20 static auto cloudImages = []
21 {
24 return true;
25 }();
26
27 return 1;
28}
DEFINE_VERSION_CHECK DLL_API int ModuleDispatch(ModuleDispatchTypes type)
void bin2c_init_CLOUDIMAGES_HPP(void)
Definition: CloudImages.cpp:10
#define DLL_API
ModuleDispatchTypes
static bool IsHostProcess()
Returns true if current process is considered to be a plugin host process.
Definition: PluginHost.cpp:202