From 06623f2b33fc9975e52d431eaa45526899ff1b3c Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 3 Feb 2023 13:37:50 -0400 Subject: TObject: Make all the task related globals extern --- include/pso/TObject.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/pso/TObject.h') diff --git a/include/pso/TObject.h b/include/pso/TObject.h index 62f02ef..bf23b56 100644 --- a/include/pso/TObject.h +++ b/include/pso/TObject.h @@ -1,12 +1,17 @@ #ifndef TOBJECT_H #define TOBJECT_H +#include "pso/forward.h" #include "pso/macros.h" #include OBJECT_NAME(TObject) +extern TMainTask main_task; +extern TObject global_obj1; +extern TObject global_obj2; + class TObject { public: const char *name; -- cgit v1.2.3-13-gbd6f