8 lines
93 B
C++
8 lines
93 B
C++
|
|
#ifndef LUPPP_CONFIG_H
|
|
#define LUPPP_CONFIG_H
|
|
|
|
#define NTRACKS 8
|
|
|
|
#endif // LUPPP_CONFIG_H
|
|
|