You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
614 B
C++

/******************************************************************************
Copyright(C):2015~2018 hzleaper
FileName:baseConstant.h
Author:zhikun wu
Email:zk.wu@hzleaper.com
Tools:vs2010 pc on company
Created:2015/04/08
History:8:4:2015 12:55
*******************************************************************************/
#ifndef __BASE_CONSTNAT_H_20150608
#define __BASE_CONSTNAT_H_20150608
namespace TP_STR{
const char cszJsonSuffix[] = ".json";
const char cszDatSuffix[] = ".dat";
// const char cszCfgFolder[] = "config\\";
// const char cszMainCfg[] = "main";
}
#endif