command.h: move function prototypes to AllCommands.h

This commit is contained in:
Max Kellermann
2012-09-25 12:16:42 +02:00
parent f3f25d5d40
commit a5d8b27671
7 changed files with 44 additions and 19 deletions

View File

@@ -18,6 +18,11 @@
*/
#include "config.h"
extern "C" {
#include "AllCommands.h"
}
#include "command.h"
#include "QueueCommands.hxx"
#include "PlayerCommands.hxx"