summaryrefslogtreecommitdiffstats
path: root/src/extras/custompipes.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-09 18:22:09 +0100
committeraap <aap@papnet.eu>2021-01-09 18:22:09 +0100
commite906a807f197d962fc4a2154b1bddf8a99241984 (patch)
tree32ec6c27bf91362e61c74af326252986f3670cfa /src/extras/custompipes.h
parentfix fix (diff)
downloadre3-e906a807f197d962fc4a2154b1bddf8a99241984.tar
re3-e906a807f197d962fc4a2154b1bddf8a99241984.tar.gz
re3-e906a807f197d962fc4a2154b1bddf8a99241984.tar.bz2
re3-e906a807f197d962fc4a2154b1bddf8a99241984.tar.lz
re3-e906a807f197d962fc4a2154b1bddf8a99241984.tar.xz
re3-e906a807f197d962fc4a2154b1bddf8a99241984.tar.zst
re3-e906a807f197d962fc4a2154b1bddf8a99241984.zip
Diffstat (limited to 'src/extras/custompipes.h')
-rw-r--r--src/extras/custompipes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/extras/custompipes.h b/src/extras/custompipes.h
index ca3f0fb4..183b85da 100644
--- a/src/extras/custompipes.h
+++ b/src/extras/custompipes.h
@@ -134,4 +134,12 @@ void AttachRimPipe(rw::Clump *clump);
}
#endif
+
+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