#ifndef CHARACTER_HPP #define CHARACTER_HPP class Character{ public: Character(); }; #endif // CHARACTER_HPP