mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-03 04:17:58 +08:00
18 lines
252 B
C++
18 lines
252 B
C++
/*
|
|
* SpendTimer.cpp
|
|
*
|
|
* Copyright (c) 2019 hikyuu.org
|
|
*
|
|
* Created on: 2019-8-3
|
|
* Author: fasiondog
|
|
*/
|
|
|
|
#include "SpendTimer.h"
|
|
|
|
namespace hku {
|
|
|
|
#if !HIKYUU_CLOSE_SPEND_TIME
|
|
bool SpendTimer::m_closed = false;
|
|
#endif
|
|
|
|
} /* namespace hku */ |