Document an includes style, apply to z_demo.c and z_play.c (#2803)

* Document an includes style, apply to z_demo.c and z_play.c

* "reverse" style includes

* bss

* clarify what a "main header" is

* Update docs/includes.md

Co-authored-by: Tharo <tharo10600@gmail.com>

* Update docs/includes.md

---------

Co-authored-by: Tharo <tharo10600@gmail.com>
This commit is contained in:
Dragorn421
2026-09-01 18:58:33 +02:00
committed by GitHub
parent d01089e81a
commit 6c29db8fa6
7 changed files with 162 additions and 47 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define ACTOR_H
#include "color.h"
#include "actor_profile.h"
#include "actor_profile.h" // IWYU pragma: export
#include "animation.h"
#include "z_math.h"
#include "collision_check.h"