mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 15:20:21 +01:00
Added mod-null, mod-nyq-bench, mod-track-panel. Updated mod-script-pipe to use wchar_t* for version number.
This commit is contained in:
20
lib-src/mod-track-panel/Registrar.h
Normal file
20
lib-src/mod-track-panel/Registrar.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/**********************************************************************
|
||||
|
||||
Audacity: A Digital Audio Editor
|
||||
|
||||
Registrar.h
|
||||
|
||||
James Crook
|
||||
|
||||
Manages centralised registration of resources.
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef __AUDACITY_REGISTRAR__
|
||||
#define __AUDACITY_REGISTRAR__
|
||||
|
||||
class Registrar {
|
||||
public:
|
||||
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user