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

Function SkeletonModel_Register

src/Model.c:1910–1916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1908};
1909
1910static void SkeletonModel_Register(void) {
1911 Model_Init(&skeleton_model);
1912 skeleton_model.DrawArm = SkeletonModel_DrawArm;
1913 skeleton_model.armX = 5;
1914 skeleton_model.maxVertices = SKELETON_MAX_VERTICES;
1915 Model_Register(&skeleton_model);
1916}
1917
1918
1919/*########################################################################################################################*

Callers 1

RegisterDefaultModelsFunction · 0.85

Calls 2

Model_InitFunction · 0.85
Model_RegisterFunction · 0.85

Tested by

no test coverage detected