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

Function Window_Create3D

src/Window_OS2.c:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329void Window_Create3D(int width, int height) {
330 Window_Create(width, height);
331}
332
333void Window_Free(void) { }
334

Callers 1

Game_SetupFunction · 0.70

Calls 1

Window_CreateFunction · 0.85

Tested by

no test coverage detected