10 lines
170 B
C++
10 lines
170 B
C++
#ifndef __CONFIG_HPP__
|
|
#define __CONFIG_HPP__
|
|
|
|
// 进度条长度
|
|
#define PROGRESS_LENGTH 29
|
|
|
|
// 默认数值类型
|
|
#define DEFAULT_VALUE_TYPE "uint64_t"
|
|
|
|
#endif |