Explorar el Código

neercs: add missing "loldebug.h" include.

master
Sam Hocevar hace 12 años
padre
commit
01f7b1a3de
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +0
    -1
      neercs/neercs.cpp
  2. +1
    -0
      neercs/video/render.cpp

+ 0
- 1
neercs/neercs.cpp Ver fichero

@@ -31,7 +31,6 @@
#include <caca.h>

#include "core.h"
#include "loldebug.h"

using namespace std;
using namespace lol;


+ 1
- 0
neercs/video/render.cpp Ver fichero

@@ -23,6 +23,7 @@

#include "core.h"
#include "lolgl.h"
#include "loldebug.h"

using namespace std;
using namespace lol;


Cargando…
Cancelar
Guardar