mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-05 05:17:47 +08:00
16 lines
247 B
C++
16 lines
247 B
C++
/*
|
|
* build_in.h
|
|
*
|
|
* Created on: 2013-5-5
|
|
* Author: fasiondog
|
|
*/
|
|
|
|
#pragma once
|
|
#ifndef SLIPPAGE_BUILD_IN_H_
|
|
#define SLIPPAGE_BUILD_IN_H_
|
|
|
|
#include "crt/SP_FixedPercent.h"
|
|
#include "crt/SP_FixedValue.h"
|
|
|
|
#endif /* SLIPPAGE_BUILD_IN_H_ */
|