blender/source/gameengine/SceneGraph
Kent Mein 9bddc20bd3 changed:
friend SG_Controller;
to:
 friend class SG_Controller;

gcc-3.2 was complaining that it wasn't defined.

Kent
--
mein@cs.umn.edu
2002-11-05 19:54:23 +00:00
..
Makefile Initial revision 2002-10-12 11:37:38 +00:00
SG_Controller.cpp Initial revision 2002-10-12 11:37:38 +00:00
SG_Controller.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
SG_IObject.cpp Initial revision 2002-10-12 11:37:38 +00:00
SG_IObject.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
SG_Node.cpp Initial revision 2002-10-12 11:37:38 +00:00
SG_Node.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
SG_ParentRelation.h fixed spacing in the headers to get rid of some warnings and some other 2002-10-30 02:07:20 +00:00
SG_Spatial.cpp Initial revision 2002-10-12 11:37:38 +00:00
SG_Spatial.h changed: 2002-11-05 19:54:23 +00:00