| 24 | } |
| 25 | |
| 26 | void zNPCTypes_ShutdownTypes() |
| 27 | { |
| 28 | ZNPC_Test_Shutdown(); |
| 29 | ZNPC_Boss_Shutdown(); |
| 30 | ZNPC_SubBoss_Shutdown(); |
| 31 | ZNPC_Ambient_Shutdown(); |
| 32 | ZNPC_Villager_Shutdown(); |
| 33 | ZNPC_Duplotron_Shutdown(); |
| 34 | ZNPC_Tiki_Shutdown(); |
| 35 | ZNPC_Robot_Shutdown(); |
| 36 | ZNPC_Common_Shutdown(); |
| 37 | } |
| 38 | |
| 39 | void zNPCTypes_RegisterTypes(xFactory* fac) |
| 40 | { |
no test coverage detected