Files
spectrumAnalyzer/exception.cpp
T
EmsiaetKadosh 28a836ff5f 更改字符集
2025-03-06 16:49:23 +08:00

14 lines
540 B
C++

//
// Created by EmsiaetKadosh on 25-1-22.
//
#pragma once
#include "def.h"
#include "exception.h"
#include "Game.h"
String PublicLogger::build(const String& msg, const String& type) const {
return L"T-" + qwtowb10(game.getTick(), 8) + name + type + msg + L"\n";
}