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

Function Window_Create2D

src/Window_OS2.c:325–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void Window_Create2D(int width, int height) {
326 Window_Create(width, height);
327}
328
329void Window_Create3D(int width, int height) {
330 Window_Create(width, height);

Callers 1

Launcher_SetupFunction · 0.70

Calls 1

Window_CreateFunction · 0.85

Tested by

no test coverage detected