Audacity 3.2.0
LoadThemeResources.h
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#ifndef __AUDACITY_LOAD_THEME_RESOURCES__
12#define __AUDACITY_LOAD_THEME_RESOURCES__
13
14namespace ThemeResources {
15 THEME_RESOURCES_API void Load();
16}
17
18#endif
THEME_RESOURCES_API void Load()