mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
24 lines
403 B
C++
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
|