mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T730, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
cd58108bfe
commit
6a9109bf8f
@@ -21,20 +21,24 @@ namespace BlackSound
|
||||
class BLACKSOUND_EXPORT Samples
|
||||
{
|
||||
public:
|
||||
//! Singleton
|
||||
static Samples &instance();
|
||||
|
||||
//! Various samples (sounds) @{
|
||||
CResourceSound crackle() const;
|
||||
CResourceSound click() const;
|
||||
CResourceSound whiteNoise() const;
|
||||
//! @}
|
||||
|
||||
private:
|
||||
//! Ctor
|
||||
Samples();
|
||||
|
||||
CResourceSound m_crackle;
|
||||
CResourceSound m_click;
|
||||
CResourceSound m_whiteNoise;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
#endif // SAMPLES_H
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user