mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 07:45:46 -04:00
Initial community commit
This commit is contained in:
10
Src/Plugins/Input/in_mp3/Stopper.h
Normal file
10
Src/Plugins/Input/in_mp3/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