diff --git a/libs/util/include/psemek/util/smooth_updater.hpp b/libs/util/include/psemek/util/smooth_updater.hpp new file mode 100644 index 00000000..aea3fe28 --- /dev/null +++ b/libs/util/include/psemek/util/smooth_updater.hpp @@ -0,0 +1,67 @@ +#pragma once + +#include + +#include + +namespace psemek::util +{ + + template + struct smooth_updater + : updater