diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-08 15:24:38 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-08 15:24:38 +0100 |
commit | 12cf43dd062f41af226e0ac038b2f2838391015f (patch) | |
tree | 6c00434a29b8c2302eb85ead1fce96a2856aec09 /game/prefab/ZapperPoolSubScene.h | |
parent | f22a282b7863d35928fa3290f964ce3be5c0dbc9 (diff) |
`make format`
Diffstat (limited to 'game/prefab/ZapperPoolSubScene.h')
-rw-r--r-- | game/prefab/ZapperPoolSubScene.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/prefab/ZapperPoolSubScene.h b/game/prefab/ZapperPoolSubScene.h index f930e22..6f6e297 100644 --- a/game/prefab/ZapperPoolSubScene.h +++ b/game/prefab/ZapperPoolSubScene.h @@ -1,8 +1,8 @@ #pragma once -#include <crepe/api/Scene.h> -#include <crepe/api/GameObject.h> #include <crepe/api/Event.h> +#include <crepe/api/GameObject.h> +#include <crepe/api/Scene.h> #include <crepe/util/OptionalRef.h> class CreateZapperEvent : public crepe::Event {}; |