diff options
-rw-r--r-- | include/pso/TObject.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 <global_types.h> OBJECT_NAME(TObject) +extern TMainTask main_task; +extern TObject global_obj1; +extern TObject global_obj2; + class TObject { public: const char *name; |