| 2032 | }; |
| 2033 | |
| 2034 | static void ZombieModel_Register(void) { |
| 2035 | Model_Init(&zombie_model); |
| 2036 | zombie_model.DrawArm = ZombieModel_DrawArm; |
| 2037 | zombie_model.maxVertices = HUMAN_MAX_VERTICES; |
| 2038 | Model_Register(&zombie_model); |
| 2039 | } |
| 2040 | |
| 2041 | |
| 2042 | /*########################################################################################################################* |
no test coverage detected