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

@@ -24,6 +24,7 @@
#include "chunk.h"
#include "StateFile.hxx"
#include "PlayerThread.hxx"
#include "Mapper.hxx"
extern "C" {
#include "daemon.h"
@@ -38,7 +39,6 @@ extern "C" {
#include "cmdline.h"
#include "conf.h"
#include "path.h"
#include "mapper.h"
#include "player_control.h"
#include "stats.h"
#include "sig_handlers.h"