1、合并master与2021.1

This commit is contained in:
xiejunjie
2021-12-03 11:25:35 +08:00
parent dc07b8879b
commit 4bd7d1b80b
981 changed files with 384342 additions and 6470 deletions
@@ -0,0 +1,28 @@
// RobotControlDll.h : RobotControlDll DLL 的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CRobotControlDllApp
// 有关此类实现的信息,请参阅 RobotControlDll.cpp
//
class CRobotControlDllApp : public CWinApp
{
public:
CRobotControlDllApp();
// 重写
public:
virtual BOOL InitInstance();
DECLARE_MESSAGE_MAP()
virtual BOOL OnCreateAggregates();
};