From ba074d45c10cecd18b09f408d92ff57f9472e901 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 15 Feb 2026 17:10:56 +0100 Subject: clang-format --- src/effects/particles_effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/effects/particles_effect.h') diff --git a/src/effects/particles_effect.h b/src/effects/particles_effect.h index 6d46ea2..a69039f 100644 --- a/src/effects/particles_effect.h +++ b/src/effects/particles_effect.h @@ -3,8 +3,8 @@ #pragma once -#include "gpu/effect.h" #include "effects/particle_defs.h" +#include "gpu/effect.h" class ParticlesEffect : public Effect { public: -- cgit v1.2.3