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.
|
|
|
|
|
/******************************************************************************
|
|
|
|
|
|
Copyright(C):2015~2018 hzleaper
|
|
|
|
|
|
FileName:baseInclude.h
|
|
|
|
|
|
Author:zhikun wu
|
|
|
|
|
|
Email:zk.wu@hzleaper.com
|
|
|
|
|
|
Tools:vs2010 pc on company
|
|
|
|
|
|
Created:2015/04/07
|
|
|
|
|
|
History:7:4:2015 9:16
|
|
|
|
|
|
*******************************************************************************/
|
|
|
|
|
|
#ifndef __BASE_INCLUDE_H_20150407
|
|
|
|
|
|
#define __BASE_INCLUDE_H_20150407
|
|
|
|
|
|
|
|
|
|
|
|
#include "sysInclude.h"
|
|
|
|
|
|
#include "baseDefine.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "baseConstant.h"
|
|
|
|
|
|
#include "baseStruct.h"
|
|
|
|
|
|
#include "baseClass.h"
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|