#include "champion.h" namespace DM { ChampionMan::ChampionMan(DMEngine *vm): _vm(vm) {} }