mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-01 11:28:32 +08:00
14 lines
180 B
C
14 lines
180 B
C
/*
|
|
* utilities.h
|
|
*
|
|
* Created on: 2011-1-4
|
|
* Author: fasiondog
|
|
*/
|
|
|
|
#ifndef UTILITIES_H_
|
|
#define UTILITIES_H_
|
|
|
|
#include "iniparser/IniParser.h"
|
|
|
|
#endif /* UTILITIES_H_ */
|