diff options
author | aap <aap@papnet.eu> | 2020-04-26 21:51:11 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-04-26 21:51:11 +0200 |
commit | e467cb08b84b747e5c70b319a2d0180a02b50ab7 (patch) | |
tree | f3709c0aee00012b3b18682b048c582869f734c9 /src | |
parent | tried to fix some half-pixel bugs (diff) | |
parent | Remove little hack (diff) | |
download | re3-e467cb08b84b747e5c70b319a2d0180a02b50ab7.tar re3-e467cb08b84b747e5c70b319a2d0180a02b50ab7.tar.gz re3-e467cb08b84b747e5c70b319a2d0180a02b50ab7.tar.bz2 re3-e467cb08b84b747e5c70b319a2d0180a02b50ab7.tar.lz re3-e467cb08b84b747e5c70b319a2d0180a02b50ab7.tar.xz re3-e467cb08b84b747e5c70b319a2d0180a02b50ab7.tar.zst re3-e467cb08b84b747e5c70b319a2d0180a02b50ab7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/common.h | 7 |
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" |