|
|
|
@ -5,25 +5,25 @@
|
|
|
|
|
#include "ProcessorInitializer.hpp"
|
|
|
|
|
|
|
|
|
|
#include "PlayerProcessor.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerPos.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerCellChange.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerCellState.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerAttribute.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerSkill.hpp"
|
|
|
|
|
#include "processors/ProcessorLevel.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerEquipment.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerInventory.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerSpellbook.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerJournal.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerAttack.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerDynamicStats.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerDeath.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerResurrect.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerDrawState.hpp"
|
|
|
|
|
#include "processors/ProcessorChatMsg.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerCharGen.hpp"
|
|
|
|
|
#include "processors/ProcessorGUIMessageBox.hpp"
|
|
|
|
|
#include "processors/ProcessorPlayerCharClass.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerPos.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerCellChange.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerCellState.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerAttribute.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerSkill.hpp"
|
|
|
|
|
#include "processors/player/ProcessorLevel.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerEquipment.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerInventory.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerSpellbook.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerJournal.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerAttack.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerDynamicStats.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerDeath.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerResurrect.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerDrawState.hpp"
|
|
|
|
|
#include "processors/player/ProcessorChatMsg.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerCharGen.hpp"
|
|
|
|
|
#include "processors/player/ProcessorGUIMessageBox.hpp"
|
|
|
|
|
#include "processors/player/ProcessorPlayerCharClass.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
using namespace mwmp;
|
|
|
|
|