自主协议库编译通过

This commit is contained in:
lnk
2026-06-15 15:48:16 +08:00
parent d3579a2aa7
commit 7205cb5cb9
621 changed files with 224958 additions and 48 deletions

13
mmslib/mmslib.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef MMSLIB_H
#define MMSLIB_H
#include <QDebug>
class Mmslib
{
public:
Mmslib();
void mmslib_test();
};
#endif // MMSLIB_H