#ifndef __RACES_H__ #define __RACES_H__ #include "shade.h" #include "vampire.h" #include "troll.h" #include "goblin.h" #include "dragon.h" #endif