mirror of
https://github.com/zeldaret/oot
synced 2026-09-04 10:21:45 -04:00
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user