summaryrefslogtreecommitdiffhomepage
path: root/src/critter-script-base.cpp
blob: 4808e7b582e56f90e6ddee6591da86405bfc72b9 (plain)
1
2
3
4
5
6
7
8
9
10
#include "critter-script.inl"

namespace floormat {

template class script_wrapper<critter_script>;

base_script::~base_script() noexcept = default;
base_script::base_script() noexcept = default;

} // namespace floormat