From e9eebfdb5f3ea5ee618070ce9381af4c732cee59 Mon Sep 17 00:00:00 2001 From: Sharoy Veduchi <61427449+doodayev@users.noreply.github.com> Date: Tue, 13 Jun 2023 21:11:26 -0700 Subject: [PATCH] #include "GodDoodle" --- src/System/God/MakeGod.ZC | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System/God/MakeGod.ZC b/src/System/God/MakeGod.ZC index 042454f7..f4910c64 100755 --- a/src/System/God/MakeGod.ZC +++ b/src/System/God/MakeGod.ZC @@ -5,4 +5,5 @@ Cd(__DIR__);; #include "GodBible" #include "HolySpirit" #include "GodSong" +#include "GodDoodle" Cd("..");;