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

Function PigModel_Register

src/Model.c:1657–1661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1655};
1656
1657static void PigModel_Register(void) {
1658 Model_Init(&pig_model);
1659 pig_model.maxVertices = PIG_MAX_VERTICES;
1660 Model_Register(&pig_model);
1661}
1662
1663
1664/*########################################################################################################################*

Callers 1

RegisterDefaultModelsFunction · 0.85

Calls 2

Model_InitFunction · 0.85
Model_RegisterFunction · 0.85

Tested by

no test coverage detected