Interpolate stop times for non timing point stops
[bus.git] / origin-src / wlach-libroutez-272ef93 / include / defuns.h
1
2
3
4
5
6
7
8
9
#ifndef __DEFUNS_H
#define __DEFUNS_H
 
// max length of an identifier field (i.e. a service period)
// this simplifies the saving/loading code considerably
const int MAX_ID_LEN = 20;
 
#endif // __DEFUNS_H