| 122 | IScriptSystem *GetIScriptSystem(){ return m_pScriptSystem; } |
| 123 | I3DEngine *GetI3DEngine(){ return m_pI3DEngine; } |
| 124 | ICryCharManager *GetIAnimationSystem() {return m_pICryCharManager;} |
| 125 | ISoundSystem *GetISoundSystem(){ return m_pISound; } |
| 126 | IMusicSystem *GetIMusicSystem(){ return m_pIMusic; } |
| 127 | IPhysicalWorld *GetIPhysicalWorld(){ return m_pIPhysicalWorld;} |
no outgoing calls
no test coverage detected