7 lines
114 B
C
7 lines
114 B
C
|
// 6
|
||
|
#ifndef AUTOBUILDCOUNT_H
|
||
|
#define AUTOBUILDCOUNT_H
|
||
|
#define BUILDCOUNT_NUM 6
|
||
|
#define BUILDCOUNT_STR "6"
|
||
|
#endif
|