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

clientobjfactories.h

00001 // ----------------------------------------------------------------------- //
00002 //
00003 // MODULE  : clientobjfactories.h
00004 //
00005 // PURPOSE : Registration of Distr. Obj. System factories  - Definition
00006 //
00007 // CREATED : 03/22/01
00008 //
00009 // (c) 2001 LithTech, Inc.  All Rights Reserved
00010 //
00011 // ----------------------------------------------------------------------- //
00012 
00013 #ifndef __CLIENT_OBJ_FACTORIES_H__
00014 #define __CLIENT_OBJ_FACTORIES_H__
00015 
00016 #include <ltbasetypes.h>
00017 
00019 // This function registers all object factories on the client.  
00020 // It should be called from the clientshell's PreLoadWorld().
00021 LTRESULT RegisterClientObjFactories();
00022 
00023 
00024 #endif  // __CLIENT_OBJ_FACTORIES_H__

Generated on Tue Oct 16 13:42:10 2001 for The Stage by doxygen1.2.11 written by Dimitri van Heesch, © 1997-2001