thermo.h
来自「Flowlive The thermo library provides th」· C头文件 代码 · 共 44 行
H
44 行
//---------------------------------------------------------------------------
// Project: FlowLive
// Module: properties
/*!\file thermo.h
\brief
\version 0.0.1.1
\date Created:
\date Last modified:
\author <a href="mailto:xtobias@gmx.net">Tobias Severin, xtobias@gmx.net</a>
*/
//---------------------------------------------------------------------------
#ifndef THERMO_H
#define THERMO_H//#define NO_THERMO_NAMESPACE#if HAVE_CONFIG_H #include <config.h>
#endif#ifndef NO_THERMO_DLL// #define CTHERMO_EXPORT extern "C" __declspec (dllexport) #ifdef WIN32 #define THERMO_EXPORT __declspec(dllexport) #else #define THERMO_EXPORT #endif#else #define THERMO_EXPORT#endif// define the thermo library in its own namespace, if desired#ifndef NO_THERMO_NAMESPACE #define THERMO_BEGIN namespace Thermo { #define THERMO_END }#else #define THERMO_BEGIN #define THERMO_END#endif#endif//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?