diff options
author | aap <aap@papnet.eu> | 2019-05-30 11:12:49 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-30 11:13:06 +0200 |
commit | ee5088b3e185cb2d455cb64d2098e2a807b0ac27 (patch) | |
tree | 10c289476b43b1e11a5bb739fb6ae74b92598c7e /src/rw.cpp | |
parent | clean up (diff) | |
download | re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar.gz re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar.bz2 re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar.lz re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar.xz re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.tar.zst re3-ee5088b3e185cb2d455cb64d2098e2a807b0ac27.zip |
Diffstat (limited to '')
-rw-r--r-- | src/rw.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -226,6 +226,7 @@ WRAPPER RwBool RwIm2DRenderIndexedPrimitive(RwPrimitiveType, RwIm2DVertex*, RwIn WRAPPER RwBool RwIm3DRenderIndexedPrimitive(RwPrimitiveType primType, RwImVertexIndex *indices, RwInt32 numIndices) { EAXJMP(0x5B6820); } WRAPPER void *RwIm3DTransform(RwIm3DVertex *pVerts, RwUInt32 numVerts, RwMatrix *ltm, RwUInt32 flags) { EAXJMP(0x5B6720); } +WRAPPER RwBool RwIm3DRenderLine(RwInt32 vert1, RwInt32 vert2) { EAXJMP(0x5B6980); } WRAPPER RwBool RwIm3DEnd(void) { EAXJMP(0x5B67F0); } static uint32_t _rwObjectHasFrameSetFrame_A = AddressByVersion<uint32_t>(0x5BC950, 0x5BCC10, 0x5C1820, 0x660CC0, 0x660D10, 0x65FC70); |