| 11 | #include "zNPCTypeTest.h" |
| 12 | |
| 13 | void zNPCTypes_StartupTypes() |
| 14 | { |
| 15 | ZNPC_Common_Startup(); |
| 16 | ZNPC_Robot_Startup(); |
| 17 | ZNPC_Tiki_Startup(); |
| 18 | ZNPC_Duplotron_Startup(); |
| 19 | ZNPC_Villager_Startup(); |
| 20 | ZNPC_Ambient_Startup(); |
| 21 | ZNPC_SubBoss_Startup(); |
| 22 | ZNPC_Boss_Startup(); |
| 23 | ZNPC_Test_Startup(); |
| 24 | } |
| 25 | |
| 26 | void zNPCTypes_ShutdownTypes() |
| 27 | { |
no test coverage detected