#include "critter-script.inl" namespace floormat { object_type critter_script::type() const { return object_type::critter; } } // namespace floormat