summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-26 20:58:12 +0200
committerSergeanur <s.anureev@yandex.ua>2020-04-26 20:58:12 +0200
commit4dc2f307910c6d5dcf3c910b3da2e2d943ac1003 (patch)
tree91ca405fee0c921f2677533dea45dabafaab7cf3
parentupdate librw (diff)
downloadre3-4dc2f307910c6d5dcf3c910b3da2e2d943ac1003.tar
re3-4dc2f307910c6d5dcf3c910b3da2e2d943ac1003.tar.gz
re3-4dc2f307910c6d5dcf3c910b3da2e2d943ac1003.tar.bz2
re3-4dc2f307910c6d5dcf3c910b3da2e2d943ac1003.tar.lz
re3-4dc2f307910c6d5dcf3c910b3da2e2d943ac1003.tar.xz
re3-4dc2f307910c6d5dcf3c910b3da2e2d943ac1003.tar.zst
re3-4dc2f307910c6d5dcf3c910b3da2e2d943ac1003.zip
-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 2cc3d98c..955225cc 100644
--- a/src/core/common.h
+++ b/src/core/common.h
@@ -88,13 +88,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"