Cleaned up command handling code, by splitting into multiple files.

This commit is contained in:
Jan Vidar Krey
2012-05-01 20:15:43 +02:00
parent 9efe4bce57
commit 74ca5a0a33
7 changed files with 468 additions and 394 deletions

View File

@@ -88,6 +88,7 @@ extern "C" {
#include "core/route.h"
#include "core/pluginloader.h"
#include "core/hub.h"
#include "core/command_parser.h"
#include "core/commands.h"
#include "core/inf.h"
#include "core/hubevent.h"