mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
21 lines
344 B
C++
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
|