summaryrefslogtreecommitdiffstats
path: root/src/renderer/Particle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/Particle.h')
-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[];