Audacity 3.2.0
AllThemeResources.cpp
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 AllThemeResources.cpp
6
7 Paul Licameli split from Theme.cpp
8
9 **********************************************************************/
10
11// This tiny file exists so that compilation dependency on AllThemeResources.h
12// corresponds with the real linkage dependencies: that is, generate
13// the definitions corresponding to extern declarations of the header here
14// only
15
16// This declares the variables such as
17// int BmpRecordButton = -1;
18#define THEME_DECLARATIONS
19#include "AllThemeResources.h"