mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
9 lines
107 B
C++
9 lines
107 B
C++
#include <string>
|
|
|
|
#include "logger.h"
|
|
|
|
void writeLog(int type, std::string content)
|
|
{
|
|
//placeholder
|
|
}
|