Audacity 3.2.0
LoadThemeResources.cpp
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 LoadThemeResources.cpp
6
7 Paul Licameli
8
9**********************************************************************/
10
11#include "LoadThemeResources.h"
12
14{
15 // Nothing!
16 // This function merely needs to be called somewhere from the application to
17 // guarantee that loading of the dynamic library is not skipped by the linker.
18 // The real work is then done at static initialization time in other files
19 // before this function is reached.
20}
THEME_RESOURCES_API void Load()