2024.8.17

This commit is contained in:
rootacite
2024-08-17 17:09:05 +08:00
committed by acite
parent 6d950b92f7
commit 4a7622807a
14 changed files with 1176 additions and 0 deletions

12
log/log.h Normal file
View File

@@ -0,0 +1,12 @@
//
// Created by acite on 5/1/24.
//
#ifndef ALDBG_LOG_H
#define ALDBG_LOG_H
#include <string>
void add_log_data(const std::string& data);
#endif //ALDBG_LOG_H