00001 // ----------------------------------------------------------------------- // 00002 // 00003 // MODULE : serverobjfactories.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 __SERVER_OBJ_FACTORIES_H__ 00014 #define __SERVER_OBJ_FACTORIES_H__ 00015 00016 #include <ltbasetypes.h> 00017 00019 // This function registers all object factories on the server. 00020 // It should be called from the servershell's PreStartWorld(). 00021 LTRESULT RegisterServerObjFactories(); 00022 00023 00024 #endif // __SERVER_OBJ_FACTORIES_H__