Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

SG_Controller.cpp

Go to the documentation of this file.
00001 #include "SG_Controller.h"
00002 
00003 void SG_Controller::SetObject(SG_IObject* obj)

00004 {
00005         m_pObject = obj; // no checks yet ?
00006 }
00007 
00008 void    SG_Controller::ProcessReplica(SG_Controller* replica)

00009 {
00010         replica->m_pObject = NULL;
00011 }

Generated at Thu Feb 1 13:03:11 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000