summaryrefslogtreecommitdiffstats
path: root/src/renderer/Particle.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-07-27 19:59:08 +0200
committerGitHub <noreply@github.com>2021-07-27 19:59:08 +0200
commitec7d70218595fe9c9c6c65a71893e48dc3d3ec38 (patch)
tree764e32edbee11892578765e045fe56b2ca9c70f8 /src/renderer/Particle.h
parentMerge branch 'miami' into lcs (diff)
parentfix (diff)
downloadre3-ec7d70218595fe9c9c6c65a71893e48dc3d3ec38.tar
re3-ec7d70218595fe9c9c6c65a71893e48dc3d3ec38.tar.gz
re3-ec7d70218595fe9c9c6c65a71893e48dc3d3ec38.tar.bz2
re3-ec7d70218595fe9c9c6c65a71893e48dc3d3ec38.tar.lz
re3-ec7d70218595fe9c9c6c65a71893e48dc3d3ec38.tar.xz
re3-ec7d70218595fe9c9c6c65a71893e48dc3d3ec38.tar.zst
re3-ec7d70218595fe9c9c6c65a71893e48dc3d3ec38.zip
Diffstat (limited to '')
-rw-r--r--src/renderer/Particle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/renderer/Particle.h b/src/renderer/Particle.h
index a306f0c4..57e36f82 100644
--- a/src/renderer/Particle.h
+++ b/src/renderer/Particle.h
@@ -91,6 +91,8 @@ public:
static void HandleShipsAtHorizonStuff();
static void HandleShootableBirdsStuff(CEntity *entity, CVector const&camPos);
+
+ static void SetPixelData();
};
extern RwRaster *gpCarSplashRaster[];