Kaynağa Gözat

Minor compilation fixes.

pull/1/head
Sam Hocevar 4 yıl önce
ebeveyn
işleme
c806e77280
2 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. +2
    -1
      include/lol/private/base/msg.h
  2. +2
    -2
      legacy/lol/base/assert.h

+ 2
- 1
include/lol/private/base/msg.h Dosyayı Görüntüle

@@ -16,7 +16,8 @@
#include "../base/env.h" // sys::getenv
#endif

#include <cstdio> // std::vfprintf
#include <cstdarg> // va_start
#include <cstdio> // std::vfprintf

namespace lol
{


+ 2
- 2
legacy/lol/base/assert.h Dosyayı Görüntüle

@@ -1,7 +1,7 @@
//
// Lol Engine
//
// Copyright © 2010—2015 Sam Hocevar <sam@hocevar.net>
// Copyright © 2010—2020 Sam Hocevar <sam@hocevar.net>
//
// Lol Engine is free software. It comes without any warranty, to
// the extent permitted by applicable law. You can redistribute it
@@ -12,7 +12,7 @@

#pragma once

#include <lol/base/log.h>
#include <lol/msg>

#include <cstdlib>



Yükleniyor…
İptal
Kaydet