| 44 | // Pointer to Global ISystem. |
| 45 | static ISystem* gISystem = 0; |
| 46 | ISystem* GetISystem() |
| 47 | { |
| 48 | return gISystem; |
| 49 | } |
| 50 | ////////////////////////////////////////////////////////////////////////// |
| 51 | |
| 52 | /////////////////////////////////////////////// |
no outgoing calls
no test coverage detected