#include "clientinterfaces.h"
#include "i_spl_event_mgr.h"
#include "spl_event_mgr.h"
#include <iltclient.h>
#include <iclientshell.h>
#include <iltphysics.h>
#include <iltmodel.h>
#include <iltdrawprim.h>
#include <iltsoundmgr.h>
#include <iltcommon.h>
#include <iltfontmanager.h>
#include <iltwidgetmanager.h>
#include <physics/collision_mgr.h>
#include <ltengineobjectsclient.h>
Functions | |
define_holder_to_instance (ILTCollisionMgr, g_pLTCCollisionMgr, Client) | |
define_holder (ILTModelClient, g_pLTCModel) | |
instantiate_interface (CSplEventMgr, ISplEventMgr, Client) | |
LTRESULT | VerifyClientInterfaces () |
Variables | |
ILTCommon * | g_pLTCCommon = NULL |
ILTPhysics * | g_pLTCPhysics = NULL |
ILTModelClient * | g_pLTCModel = NULL |
ILTDrawPrim * | g_pLTCDrawPrim = NULL |
ILTTexInterface * | g_pLTCTexInterface = NULL |
ILTClientSoundMgr * | g_pLTCSoundMgr = NULL |
ILTFontManager * | g_pLTCFontManager = NULL |
ILTWidgetManager * | g_pLTCWidgetManager = NULL |
ILTCollisionMgr * | g_pLTCCollisionMgr = NULL |
ISplEventMgr * | g_pSplCEventMgr = NULL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|