diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-07-25 20:44:21 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-07-25 20:44:21 +0200 |
commit | bf4b39781ba64076c06e00825277a6c7f67c0949 (patch) | |
tree | 7a5bb0cbbbd0b58f168cfd9b792a74d78d039eee /src/renderer/Particle.h | |
parent | Merge remote-tracking branch 'upstream/lcs' into lcs (diff) | |
download | re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar.gz re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar.bz2 re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar.lz re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar.xz re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar.zst re3-bf4b39781ba64076c06e00825277a6c7f67c0949.zip |
Diffstat (limited to 'src/renderer/Particle.h')
-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[]; |