Using less bash scripting
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef DECREASEVOLUME_H
|
||||
#define DECREASEVOLUME_H
|
||||
|
||||
#include"Volume.h"
|
||||
|
||||
class DecreaseVolume : public Volume
|
||||
{
|
||||
public:
|
||||
DecreaseVolume();
|
||||
|
||||
void updateVolume();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user