diff options
author | aap <aap@papnet.eu> | 2021-01-09 18:22:09 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-01-09 18:22:09 +0100 |
commit | e906a807f197d962fc4a2154b1bddf8a99241984 (patch) | |
tree | 32ec6c27bf91362e61c74af326252986f3670cfa /src/extras/custompipes.h | |
parent | fix fix (diff) | |
download | re3-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 '')
-rw-r--r-- | src/extras/custompipes.h | 8 |
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 |