1 2 3 4 5 6 7
#ifndef COMPONENTS_ALL_HPP_ #define COMPONENTS_ALL_HPP_ #include "damage.hpp" #include "drop.hpp" #endif // COMPONENTS_ALL_HPP_