| 1757 | // Pointer to Global ISystem. |
| 1758 | static ISystem* gISystem = 0; |
| 1759 | ISystem* GetISystem() |
| 1760 | { |
| 1761 | return gISystem; |
| 1762 | } |
| 1763 | ////////////////////////////////////////////////////////////////////////// |
| 1764 | |
| 1765 | ////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected