summaryrefslogtreecommitdiffstats
path: root/src/extras/custompipes.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-09 19:20:32 +0100
committeraap <aap@papnet.eu>2021-01-09 19:20:32 +0100
commit03c5fdef4391b403955120aeb74e687c0a2c9578 (patch)
treed6b589e2690aaaa038656957ad65d30954e7abed /src/extras/custompipes.h
parentscript (diff)
downloadre3-03c5fdef4391b403955120aeb74e687c0a2c9578.tar
re3-03c5fdef4391b403955120aeb74e687c0a2c9578.tar.gz
re3-03c5fdef4391b403955120aeb74e687c0a2c9578.tar.bz2
re3-03c5fdef4391b403955120aeb74e687c0a2c9578.tar.lz
re3-03c5fdef4391b403955120aeb74e687c0a2c9578.tar.xz
re3-03c5fdef4391b403955120aeb74e687c0a2c9578.tar.zst
re3-03c5fdef4391b403955120aeb74e687c0a2c9578.zip
Diffstat (limited to 'src/extras/custompipes.h')
-rw-r--r--src/extras/custompipes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/extras/custompipes.h b/src/extras/custompipes.h
index ca3f0fb4..f9181fe9 100644
--- a/src/extras/custompipes.h
+++ b/src/extras/custompipes.h
@@ -133,5 +133,12 @@ void AttachRimPipe(rw::Clump *clump);
}
+namespace WorldRender{
+extern int numBlendInsts[3];
+void AtomicFirstPass(RpAtomic *atomic, int pass);
+void AtomicFullyTransparent(RpAtomic *atomic, int pass, int fadeAlpha);
+void RenderBlendPass(int pass);
+}
+
#endif
#endif