summaryrefslogtreecommitdiffstats
path: root/src/rw.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-05-30 11:12:49 +0200
committeraap <aap@papnet.eu>2019-05-30 11:13:06 +0200
commitee5088b3e185cb2d455cb64d2098e2a807b0ac27 (patch)
tree10c289476b43b1e11a5bb739fb6ae74b92598c7e /src/rw.cpp
parentclean up (diff)
downloadre3-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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rw.cpp b/src/rw.cpp
index b0e838ac..d202b2ce 100644
--- a/src/rw.cpp
+++ b/src/rw.cpp
@@ -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);