| 86 | } |
| 87 | |
| 88 | void Structs::SDK_OnUnload() |
| 89 | { |
| 90 | handlesys->RemoveType(g_StructHandle, myself->GetIdentity()); |
| 91 | gameconfs->CloseGameConfigFile(conf); |
| 92 | gameconfs->RemoveUserConfigHook("Structs", this); |
| 93 | } |
| 94 | |
| 95 | bool Structs::SDK_OnLoad( char *error, size_t maxlength, bool late ) |
| 96 | { |
nothing calls this directly
no test coverage detected