1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

24 lines
403 B
C++

/**********************************************************************
Audacity: A Digital Audio Editor
SkewedRuler.h
James Crook
Draws a ruler used for aligning two time sequences.
**********************************************************************/
#ifndef __AUDACITY_SKEWED_RULER__
#define __AUDACITY_SKEWED_RULER__
class SkewedRuler {
public:
};
#endif