Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ Window
Class
Window
NULLC/includes/window.cpp:13–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
{
12
#pragma pack(push, 4)
13
struct Window
14
{
15
NULLCArray title;
16
17
int x, y;
18
int width, height;
19
20
HWND handle;
21
};
22
#pragma pack(pop)
23
24
void WindowCreate(Window* wnd, NULLCArray title, int x, int y, int width, int height)
Callers
1
TestSpeed.cpp
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected