From 1db2803e95d727d81c1307853c1b3d289ab9cb54 Mon Sep 17 00:00:00 2001 From: vx_clutch <98831688+vx-clutch@users.noreply.github.com> Date: Tue, 11 Nov 2025 08:10:14 -0500 Subject: [PATCH] wip Add header comments to globals.h for documentation --- globals.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/globals.h b/globals.h index c3b1a1e..5a1dd6e 100644 --- a/globals.h +++ b/globals.h @@ -1,3 +1,9 @@ +/* globals.h + * + * Global definitions + * + * written by vx-clutch + */ #ifndef GLOBALS_H_ #define GLOBALS_H_