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
build: various MSVC compilation fixes.
master
Sam Hocevar
10 years ago
parent
0f431c4ec3
commit
77c0f255a8
2 changed files
with
4 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
neercs/neercs.cpp
+2
-1
neercs/old/wm.cpp
+ 2
- 1
neercs/neercs.cpp
View File
@@ -9,10 +9,11 @@
#endif
#endif
#include <time.h>
#include <time.h>
#include <caca.h>
#include "core.h"
#include "core.h"
#include <caca.h>
using namespace std;
using namespace std;
using namespace lol;
using namespace lol;
+ 2
- 1
neercs/old/wm.cpp
View File
@@ -18,10 +18,11 @@
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <math.h>
#include <math.h>
#include <caca.h>
#include "core.h"
#include "core.h"
#include <caca.h>
using namespace lol;
using namespace lol;
extern "C" {
extern "C" {
Write
Preview
Loading…
Cancel
Save