summaryrefslogtreecommitdiff
path: root/src/effects/particles_effect.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-15 17:10:56 +0100
committerskal <pascal.massimino@gmail.com>2026-02-15 17:10:56 +0100
commitba074d45c10cecd18b09f408d92ff57f9472e901 (patch)
tree008ca4fe3e443884cabd2e62a378e073243c6224 /src/effects/particles_effect.h
parentf074964f9a39644fc2acd901b137eca345fdae5a (diff)
clang-format
Diffstat (limited to 'src/effects/particles_effect.h')
-rw-r--r--src/effects/particles_effect.h2
1 files changed, 1 insertions, 1 deletions
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: