📄 c_seqproc.h
字号:
// (Version 1.00 :: 10-Mar-1999 :: Harutoshi Yoshida)
/*===================================================================
俲俽俧(恔搙忣曬僱僢僩儚乕僋)
-----------------------------------
慡懱偺僔乕働儞僗
-----------------------------------
Program Name : C_SeqProc.h
Program Start : 23-Dec-1998
===================================================================*/
#include "stdafx.h"
#if !C_FILE_INC
#include "C_File.h"
#endif
#if !C_DEFINE_INC
#include "C_Define.h"
#endif
class CC_Seq: public CC_File
{
public: // 僐儞僗僩儔僋僞
CC_Seq();
~CC_Seq();
public: // 儊儞僶娭悢
void E_quakeSave();
int E_quakeChgDat(int ch, struct S_DtbData *di, struct S_RCV_HED *si, int kind);
// 10-Feb-1999
int MakeHostHeader(char *buf, int poi);
int AddHostData(char *buf, int poi, struct S_DtbData *dtb, int resend, int test);
// 2001-11-27(MK@CQ)
int AddHostData2(char *buf, int poi, struct S_DtbData *dtb, int resend, int test);
void R_quakeAdd(int ch, struct S_DtbData *dat);
// 2001-11-27(MK@CQ)
//// 10-Feb-1999
//void send_hpc();
void send_hpc(int chk);
int E_quakeChgDat(int ch, struct S_DtbData *di, struct S_RCV_HED *si);
void E_quakeSeq();
void RecvDatSeq(int ch);
void SysCheck(int ch);
#if DEMO_SEQ
void DemoSeqExe();
#endif
void Seq_Main(int ch);
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -