1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00
audacity/src/AllThemeResources.cpp
Paul Licameli fa4d35296e AllThemeResources.h has a .cpp & doesnt include Theme.h...
... (it used to, via MacroMagic)

This splits a cycle of 8 into 6 + 1 + 1
2020-05-28 05:50:24 -04:00

20 lines
606 B
C++

/**********************************************************************
Audacity: A Digital Audio Editor
AllThemeResources.cpp
Paul Licameli split from Theme.cpp
**********************************************************************/
// This tiny file exists so that compilation dependency on AllThemeResources.h
// corresponds with the real linkage dependencies: that is, generate
// the definitions corresponding to extern declarations of the header here
// only
// This declares the variables such as
// int BmpRecordButton = -1;
#define THEME_DECLARATIONS
#include "AllThemeResources.h"