archive/*: convert to C++

This commit is contained in:
Max Kellermann
2013-01-24 19:18:58 +01:00
parent dc2e64c92b
commit 94fffb332b
22 changed files with 202 additions and 162 deletions

View File

@@ -25,11 +25,8 @@
#include "song.h"
#include "Mapper.hxx"
#include "fs/Path.hxx"
extern "C" {
#include "archive_list.h"
#include "archive_plugin.h"
}
#include "ArchiveList.hxx"
#include "ArchivePlugin.hxx"
#include <glib.h>