diff options
author | deva <deva> | 2006-03-07 10:37:59 +0000 |
---|---|---|
committer | deva <deva> | 2006-03-07 10:37:59 +0000 |
commit | 1390ddfe6afe41dba141f8170f9b277573ebe8cd (patch) | |
tree | fd6861f3eab3a4721f2445540279a8223d7cd1a3 /client/player.cc | |
parent | 19ade36987f86c9b4cd4c5ec3fc6c499205c61ec (diff) |
*** empty log message ***
Diffstat (limited to 'client/player.cc')
-rw-r--r-- | client/player.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/player.cc b/client/player.cc index b54767e..cec7b0f 100644 --- a/client/player.cc +++ b/client/player.cc @@ -27,6 +27,8 @@ #include "config.h" #include "player.h" +#include "info.h" + Player::Player() {} @@ -34,4 +36,6 @@ Player::~Player() {} void Player::run() -{} +{ + gInfo::info->info("The player thread is running."); +} |