libeplayer3: implement Playback and Input classes

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

View File

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