#ifndef COMMON_H #define COMMON_H // Timing calculations {{{ // NanoSecond per tick int nspt(const int nbpm, const int resolution); // }}} //#include "common.cpp" #endif // COMMON_H // vim: syntax=cpp.doxygen