libeplayer3: implement Playback and Input classes

This commit is contained in:
martii
2014-04-07 21:01:02 +02:00
parent 6c1f7c13bd
commit cba7a708be
12 changed files with 707 additions and 1191 deletions

View File

@@ -1,10 +0,0 @@
#include "player.h"
#include <string>
Player::Player()
{
}
Player::~Player()
{
}