blob: ccdc652c0b9fb1637e317c71606704111bee503f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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
|