| 200 | RenderWareExit(); |
| 201 | xSndExit(); |
| 202 | xPadKill(); |
| 203 | iFileExit(); |
| 204 | iTimeExit(); |
| 205 | xMemExit(); |
| 206 | OSPanic(__FILE__, 0x21d, |
| 207 | "(With apologies to Jim Morrison) This the end, my only friend, The End."); |
| 208 | } |
| 209 | |
| 210 | static U32 RWAttachPlugins() |
| 211 | { |
| 212 | if (!RpWorldPluginAttach()) |
| 213 | { |
| 214 | return TRUE; |
| 215 | } |
| 216 | if (!RpCollisionPluginAttach()) |
| 217 | { |
no test coverage detected