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