|
|
|
@ -22,6 +22,7 @@
|
|
|
|
|
#include "processors/player/ProcessorPlayerResurrect.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerAnimFlags.hpp"
|
|
|
|
|
#include "processors/player/ProcessorChatMessage.hpp"
|
|
|
|
|
#include "processors/player/ProcessorGameConsole.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerCharGen.hpp"
|
|
|
|
|
#include "processors/player/ProcessorGUIMessageBox.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerCharClass.hpp"
|
|
|
|
@ -80,6 +81,7 @@ void ProcessorInitializer()
|
|
|
|
|
PlayerProcessor::AddProcessor(new ProcessorPlayerResurrect());
|
|
|
|
|
PlayerProcessor::AddProcessor(new ProcessorPlayerAnimFlags());
|
|
|
|
|
PlayerProcessor::AddProcessor(new ProcessorChatMessage());
|
|
|
|
|
PlayerProcessor::AddProcessor(new ProcessorGameConsole());
|
|
|
|
|
PlayerProcessor::AddProcessor(new ProcessorPlayerCharGen());
|
|
|
|
|
PlayerProcessor::AddProcessor(new ProcessorGUIMessageBox());
|
|
|
|
|
PlayerProcessor::AddProcessor(new ProcessorPlayerCharClass());
|
|
|
|
|