Skip to content
Snippets Groups Projects
Commit 1ab2e004 authored by Nikhil Ambardar's avatar Nikhil Ambardar
Browse files

Update world.h

parent 4fab3a8b
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,15 @@ ...@@ -6,9 +6,15 @@
#define ROBOT_MODELS_W_H #define ROBOT_MODELS_W_H
class world class world
{ public: { public:
humanspace *a; humanspace *a=new humanspace;
abstractobject *b1,*b2;
robot *c; abstractobject *b1=new abstractobject;
abstractobject *b2=new abstractobject;
robot *c=new robot;
}; };
#endif //ROBOT_MODELS_TEST_H #endif //ROBOT_MODELS_TEST_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment