1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 16:43:52 +01:00
Files
audacity/lib-src/mod-track-panel/TrackPanel2.h

21 lines
344 B
C++

/**********************************************************************
Audacity: A Digital Audio Editor
TrackPanel2.h
James Crook
**********************************************************************/
#ifndef __AUDACITY_TRACK_PANEL2__
#define __AUDACITY_TRACK_PANEL2__
class TrackPanel2 {
public:
};
#endif