Initial commit.
This commit is contained in:
9
include/player.h
Normal file
9
include/player.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
class Player {
|
||||
public:
|
||||
void vol_up();
|
||||
void vol_down();
|
||||
void track_next();
|
||||
void track_prev();
|
||||
};
|
Reference in New Issue
Block a user