📄 sabaoth.h
字号:
#ifndef _SABAOTH_DEF#define _SABAOTH_DEF#ifdef WIN32#ifndef LIBSABAOTH#define sabaoth_export extern __declspec(dllimport)#else#define sabaoth_export extern __declspec(dllexport)#endif#else#define sabaoth_export extern#endifsabaoth_export str SABprelude(int *ret);sabaoth_export str SABepilogue(int *ret);sabaoth_export str SABmarchScenario(int *ret, str *lang);sabaoth_export str SABretreatScenario(int *ret, str *lang);sabaoth_export str SABmarchConnection(int *ret, str *host, int *port, bit *ssl) ;sabaoth_export str SABwildRetreat(int *ret);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -