?? vcdll.h
字號:
#ifndef VCDLL_H
#define VCDLL_H
__declspec( dllexport ) void _stdcall setaction(TCommand *pMyCMD);
extern "C" __declspec( dllexport ) char* _stdcall teamauthor();
extern "C" __declspec( dllexport ) char* _stdcall teamname();
__declspec( dllexport ) void _stdcall tellmatchstate(MatchState ams, RobotState atmAs[5], RobotState atmBs[5], BallState abs);
__declspec( dllexport ) void _stdcall initdll(int initTeamNo);
__declspec( dllexport ) void _stdcall exitdll();
double getDistBetween(const Vector & pos1, const Vector & pos2);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -