7 lines
117 B
C
7 lines
117 B
C
// 15
|
|
#ifndef AUTOBUILDCOUNT_H
|
|
#define AUTOBUILDCOUNT_H
|
|
#define BUILDCOUNT_NUM 15
|
|
#define BUILDCOUNT_STR "15"
|
|
#endif
|