Initial community commit
This commit is contained in:
10
Src/Plugins/Input/in_flac/Stopper.h
Normal file
10
Src/Plugins/Input/in_flac/Stopper.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
class Stopper
|
||||
{
|
||||
public:
|
||||
Stopper();
|
||||
void ChangeTracking(bool);
|
||||
void Stop();
|
||||
void Play();
|
||||
int isplaying, timems;
|
||||
};
|
||||
Reference in New Issue
Block a user