summaryrefslogtreecommitdiff
path: root/common.h
blob: 991303f49c52130bd94214c6d155756c6efd1d94 (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