diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-07-27 19:59:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 19:59:08 +0200 |
commit | ec7d70218595fe9c9c6c65a71893e48dc3d3ec38 (patch) | |
tree | 764e32edbee11892578765e045fe56b2ca9c70f8 /src/renderer/Particle.h | |
parent | Merge branch 'miami' into lcs (diff) | |
parent | fix (diff) | |
download | re3-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.h | 2 |
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[]; |