summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-26 21:51:11 +0200
committeraap <aap@papnet.eu>2020-04-26 21:51:11 +0200
commite467cb08b84b747e5c70b319a2d0180a02b50ab7 (patch)
treef3709c0aee00012b3b18682b048c582869f734c9 /src/core
parent1b5616688ea64e1b32783dddcde22e7447a742ef (diff)
parent4dc2f307910c6d5dcf3c910b3da2e2d943ac1003 (diff)
Merge branch 'master' of github.com:gtamodding/re3
Diffstat (limited to 'src/core')
-rw-r--r--src/core/common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/common.h b/src/core/common.h
index 0b4686d8..18f4715c 100644
--- a/src/core/common.h
+++ b/src/core/common.h
@@ -95,13 +95,6 @@ inline uint32 ldb(uint32 p, uint32 s, uint32 w)
return w>>p & (1<<s)-1;
}
-
-#ifndef RWLIBS
-// little hack
-extern void **rwengine;
-#define RwEngineInstance (*rwengine)
-#endif
-
#include "skeleton.h"
#include "Draw.h"