#ifndef __POTIONS_H__ #define __POTIONS_H__ #include "potion.h" #include "restore_health.h" #include #include void new_potion(std::unique_ptr &pp, potion_type type, const position &pos); #endif