| 10 | } |
| 11 | |
| 12 | void FALSXTExtrasModule::ShutdownModule() |
| 13 | { |
| 14 | // This function may be called during shutdown to clean up your module. For modules that support dynamic reloading, |
| 15 | // we call this function before unloading the module. |
| 16 | } |
| 17 | |
| 18 | IMPLEMENT_MODULE(FALSXTExtrasModule, ALSXTExtras) |
nothing calls this directly
no outgoing calls
no test coverage detected