From bf4b39781ba64076c06e00825277a6c7f67c0949 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 25 Jul 2021 21:44:21 +0300 Subject: low effort save support --- src/renderer/Particle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/renderer/Particle.h') 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[]; -- cgit v1.2.3