MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / ZombieModel_Register

Function ZombieModel_Register

src/Model.c:2034–2039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2032};
2033
2034static 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/*########################################################################################################################*

Callers 1

RegisterDefaultModelsFunction · 0.85

Calls 2

Model_InitFunction · 0.85
Model_RegisterFunction · 0.85

Tested by

no test coverage detected