mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 14:13:11 +02:00
List of commands that were executed in the `src directory`: * sed -i 's/Audacity: A Digital Audio Editor/Tenacity/g' *.h * sed -i 's/Audacity: A Digital Audio Editor/Tenacity/g' *.cpp Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
20 lines
582 B
C++
20 lines
582 B
C++
/**********************************************************************
|
|
|
|
Tenacity
|
|
|
|
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"
|