1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Split log.h to speed up compilation (#15258)

This commit is contained in:
paradust7 2024-10-09 07:24:44 -07:00 committed by GitHub
parent 07ff2a5c01
commit 3a7c8279bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 207 additions and 203 deletions

View file

@ -23,6 +23,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "log.h"
#include "string.h"
#include <sstream>
#include <memory>
std::string colorize_url(const std::string &url)
{