From eb32ce8b3fd168a013b9125049b920af70fbd408 Mon Sep 17 00:00:00 2001 From: jake-g00dwin Date: Mon, 22 Dec 2025 17:06:40 -0800 Subject: [PATCH] Added the regedit header to the template file. --- .template_files/modules/module_name.c | 1 + 1 file changed, 1 insertion(+) diff --git a/.template_files/modules/module_name.c b/.template_files/modules/module_name.c index 119b0bc..6d3ec52 100644 --- a/.template_files/modules/module_name.c +++ b/.template_files/modules/module_name.c @@ -6,6 +6,7 @@ */ #include "module_name.h" +#include "RegEdit.h" // dumb test function int add_two(int a)