filter: convert to C++

This commit is contained in:
Max Kellermann
2013-02-01 17:47:09 +01:00
parent ec07f6ec83
commit 3894450b10
24 changed files with 121 additions and 137 deletions

View File

@@ -32,9 +32,9 @@
extern "C" {
#include "output_plugin.h"
#include "output_internal.h"
#include "filter_registry.h"
}
#include "FilterRegistry.hxx"
#include "PlayerControl.hxx"
#include "stdbin.h"