repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
arcemu-svn
/
fixvmap.patch
blob
6542d1a6e81029a71481c17b2b0c2127b4ea0979
1
--- src/collision/vmap/CoordModelMapping.h 2010-05-01 16:14:14.902769225 +0200
2
+++ src/collision/vmap/CoordModelMappingFixed.h 2010-05-01 16:19:58.216066660 +0200
3
@@ -23,6 +23,9 @@
4
#include <G3D/Table.h>
5
#include <G3D/Array.h>
6
7
+#include <cstdlib>
8
+#include <cstdio>
9
+
10
using namespace G3D;
11
12
/**