1 2 3 4 5 6 7
#include "critter-script.inl" namespace floormat { object_type critter_script::type() const { return object_type::critter; } } // namespace floormat