diff options
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[]; |