aboutsummaryrefslogtreecommitdiff
path: root/examples/textures_particles_trail_blending.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/textures_particles_trail_blending.c')
-rw-r--r--examples/textures_particles_trail_blending.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/textures_particles_trail_blending.c b/examples/textures_particles_trail_blending.c
index 1e7abf7e..da01f863 100644
--- a/examples/textures_particles_trail_blending.c
+++ b/examples/textures_particles_trail_blending.c
@@ -13,6 +13,7 @@
#define MAX_PARTICLES 200
+// Particle structure with basic data
typedef struct {
Vector2 position;
Color color;