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

Function CreeperModel_Register

src/Model.c:1575–1579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1573};
1574
1575static void CreeperModel_Register(void) {
1576 Model_Init(&creeper_model);
1577 creeper_model.maxVertices = CREEPER_MAX_VERTICES;
1578 Model_Register(&creeper_model);
1579}
1580
1581
1582/*########################################################################################################################*

Callers 1

RegisterDefaultModelsFunction · 0.85

Calls 2

Model_InitFunction · 0.85
Model_RegisterFunction · 0.85

Tested by

no test coverage detected