vcdll.h

来自「一个C编写的足球机器人比赛程序」· C头文件 代码 · 共 32 行

H
32
字号
#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 + =
减小字号Ctrl + -
显示快捷键?