demotool/ui-sequencer.hh

14 lines
192 B
C++
Raw Permalink Normal View History

#pragma once
#ifndef REAL_BUILD
# include "externals.hh"
#endif
class T_SyncView : public ebcl::A_PrivateImplementation
{
public:
T_SyncView( ) noexcept;
bool display( ) noexcept;
};