server: base server code.

This commit is contained in:
2025-06-14 09:27:50 +08:00
parent ff14e30d31
commit 16572fa29c
14 changed files with 500 additions and 3 deletions

10
Test/infoTest.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef INFO_TEST_H_
#define INFO_TEST_H_
#include <InfoClient.h>
int infoTest1();
int infoTest2();
void performanceTest();
#endif