Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
void Window_Create2D(int width, int height) {
326
Window_Create(width, height);
327
}
328
329
void Window_Create3D(int width, int height) {
330
Window_Create(width, height);
Callers
1
Launcher_Setup
Function · 0.70
Calls
1
Window_Create
Function · 0.85
Tested by
no test coverage detected