#include "serverinterfaces.h"
#include "spl_event_mgr.h"
#include "i_spl_event_mgr.h"
#include <iltserver.h>
#include <iltphysics.h>
#include <iltmodel.h>
#include <iltdrawprim.h>
#include <iltsoundmgr.h>
#include <iltcommon.h>
#include <physics/collision_mgr.h>
#include <ltengineobjectsclient.h>
Functions | |
define_holder_to_instance (ILTCommon, g_pLTSCommon, Server) | |
instantiate_interface (CSplEventMgr, ISplEventMgr, Server) | |
LTRESULT | VerifyServerInterfaces () |
Variables | |
ILTCommon * | g_pLTSCommon = NULL |
ILTPhysics * | g_pLTSPhysics = NULL |
ILTModel * | g_pLTSModel = NULL |
ILTSoundMgr * | g_pLTSSoundMgr = NULL |
ILTCollisionMgr * | g_pLTSCollisionMgr = NULL |
ISplEventMgr * | g_pSplSEventMgr = NULL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|