summaryrefslogtreecommitdiffhomepage
path: root/src/critter-script.cpp
blob: 746a84dda93978c73feb3e2344a7e29e6a60c18d (plain)
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