mapper: convert to C++

This commit is contained in:
Max Kellermann
2013-01-02 22:43:56 +01:00
parent 43cbbe111b
commit d65ad1bf15
19 changed files with 31 additions and 35 deletions

View File

@@ -21,12 +21,12 @@
#include "QueuePrint.hxx"
#include "SongFilter.hxx"
#include "SongPrint.hxx"
#include "Mapper.hxx"
extern "C" {
#include "queue.h"
#include "song.h"
#include "client.h"
#include "mapper.h"
}
/**