mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
11 lines
83 B
C++
11 lines
83 B
C++
#include "player.h"
|
|
#include <string>
|
|
|
|
Player::Player()
|
|
{
|
|
}
|
|
|
|
Player::~Player()
|
|
{
|
|
}
|