summaryrefslogtreecommitdiffstats
path: root/src/extras/custompipes.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-10-27 15:55:07 +0100
committeraap <aap@papnet.eu>2020-10-27 15:55:07 +0100
commit78ac22ee2cfa12c1e8c93cca956f1aa1f93c76dc (patch)
tree527d1c6df8744f16662d9fdf24be47dcd15584b1 /src/extras/custompipes.h
parentOpenAL channels now use their own sound buffers (diff)
downloadre3-78ac22ee2cfa12c1e8c93cca956f1aa1f93c76dc.tar
re3-78ac22ee2cfa12c1e8c93cca956f1aa1f93c76dc.tar.gz
re3-78ac22ee2cfa12c1e8c93cca956f1aa1f93c76dc.tar.bz2
re3-78ac22ee2cfa12c1e8c93cca956f1aa1f93c76dc.tar.lz
re3-78ac22ee2cfa12c1e8c93cca956f1aa1f93c76dc.tar.xz
re3-78ac22ee2cfa12c1e8c93cca956f1aa1f93c76dc.tar.zst
re3-78ac22ee2cfa12c1e8c93cca956f1aa1f93c76dc.zip
Diffstat (limited to 'src/extras/custompipes.h')
-rw-r--r--src/extras/custompipes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/extras/custompipes.h b/src/extras/custompipes.h
index 4ebe586f..6e9c6517 100644
--- a/src/extras/custompipes.h
+++ b/src/extras/custompipes.h
@@ -98,6 +98,7 @@ void DestroyVehiclePipe(void);
void AttachVehiclePipe(rw::Atomic *atomic);
void AttachVehiclePipe(rw::Clump *clump);
+extern bool LightmapEnable;
extern float LightmapMult;
extern InterpolatedFloat WorldLightmapBlend;
extern rw::ObjPipeline *worldPipe;
@@ -106,6 +107,7 @@ void DestroyWorldPipe(void);
void AttachWorldPipe(rw::Atomic *atomic);
void AttachWorldPipe(rw::Clump *clump);
+extern bool GlossEnable;
extern float GlossMult;
extern rw::ObjPipeline *glossPipe;
void CreateGlossPipe(void);
@@ -114,6 +116,7 @@ void AttachGlossPipe(rw::Atomic *atomic);
void AttachGlossPipe(rw::Clump *clump);
rw::Texture *GetGlossTex(rw::Material *mat);
+extern bool RimlightEnable;
extern float RimlightMult;
extern InterpolatedColor RampStart;
extern InterpolatedColor RampEnd;