From 712fdfc0c3f37a637b4af690c23d42a1c173ec0d Mon Sep 17 00:00:00 2001 From: ary Date: Fri, 1 Dec 2023 09:44:31 -0500 Subject: [PATCH] update main.h all of the includes --- CLOUDS/include/main.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CLOUDS/include/main.h b/CLOUDS/include/main.h index 288056e..42a4186 100644 --- a/CLOUDS/include/main.h +++ b/CLOUDS/include/main.h @@ -36,9 +36,14 @@ #include "api.h" -/** - * You should add more #includes here - */ +#include "ary-lib/api.hpp" +#include "lemlib/api.hpp" +#include "globals.hpp" +#include "superstructure.hpp" +#include "autons.hpp" +#include "Wings.h" +#include "Timer.h" + //#include "okapi/api.hpp" //#include "pros/api_legacy.h"