?? gaglobalrandomgenerator.h
字號:
#include "..\ExportImport.h"
#include "GaRandom.h"
#ifdef DLL_EXPORTING
extern Common::GaRandomInteger* GaGlobalRandomIntegerGenerator;
extern Common::GaRandomDouble* GaGlobalRandomDoubleGenerator;
extern Common::GaRandomBool* GaGlobalRandomBoolGenerator;
#else
DLL_EXPORT Common::GaRandomInteger* GaGlobalRandomIntegerGenerator;
DLL_EXPORT Common::GaRandomDouble* GaGlobalRandomDoubleGenerator;
DLL_EXPORT Common::GaRandomBool* GaGlobalRandomBoolGenerator;
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -