sticker: convert to C++

This commit is contained in:
Max Kellermann
2013-01-02 22:25:17 +01:00
parent 8331de424a
commit 9ceb8a717a
12 changed files with 61 additions and 66 deletions

View File

@@ -29,7 +29,6 @@ extern "C" {
#include "PlaylistCommands.hxx"
#include "DatabaseCommands.hxx"
#include "OutputCommands.hxx"
#include "StickerCommands.hxx"
#include "MessageCommands.hxx"
#include "OtherCommands.hxx"
#include "permission.h"
@@ -39,11 +38,12 @@ extern "C" {
#include "protocol/result.h"
#include "tokenizer.h"
#include "client.h"
}
#ifdef ENABLE_SQLITE
#include "sticker.h"
#include "StickerCommands.hxx"
#include "StickerDatabase.hxx"
#endif
}
#include <assert.h>
#include <string.h>