Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
void Window_Create3D(int width, int height) {
330
Window_Create(width, height);
331
}
332
333
void Window_Free(void) { }
334
Callers
1
Game_Setup
Function · 0.70
Calls
1
Window_Create
Function · 0.85
Tested by
no test coverage detected