mirror of
https://github.com/m5stack/StackFlow.git
synced 2026-05-20 11:32:11 -07:00
11 lines
260 B
C++
11 lines
260 B
C++
/*
|
|
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
#pragma once
|
|
#include <iostream>
|
|
#include <string>
|
|
void unit_action_match(int com_id, const std::string &json_str);
|
|
void server_work();
|
|
void server_stop_work(); |