blob: 80cad97b489be2272fdc889ca575ae079c03598a [file] [log] [blame]
#ifndef UTIL_HPP
#define UTIL_HPP
int nextMultipleOf(float number, int multiple_of);
#endif