This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
neercs
mirror of
https://github.com/cacalabs/neercs.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
neercs: add missing "loldebug.h" include.
master
Sam Hocevar
12 years ago
parent
20b291c48b
commit
01f7b1a3de
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
neercs/neercs.cpp
+1
-0
neercs/video/render.cpp
+ 0
- 1
neercs/neercs.cpp
View File
@@ -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
View File
@@ -23,6 +23,7 @@
#include "core.h"
#include "lolgl.h"
#include "loldebug.h"
using namespace std;
using namespace lol;
Write
Preview
Loading…
Cancel
Save