Initial community commit
This commit is contained in:
@@ -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