idle: convert to C++

This commit is contained in:
Max Kellermann
2013-01-09 08:36:52 +01:00
parent 3c4bb9ff4e
commit e86e77ad67
19 changed files with 25 additions and 46 deletions

View File

@@ -31,10 +31,10 @@
#include "PlayerControl.hxx"
#include "OutputAll.hxx"
#include "tag.h"
#include "Idle.hxx"
extern "C" {
#include "event_pipe.h"
#include "idle.h"
}
#include <cmath>