diff options
author | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-26 21:44:23 +0200 |
---|---|---|
committer | Claudius 'keldu' Holeksa <mail@keldu.de> | 2024-07-26 21:44:23 +0200 |
commit | 773fffb0c3596c93ae1522f6ef5eaaed4ad54e14 (patch) | |
tree | 5862d2e2f92100223384acde06a46fcc6c9614ca /modules/window/examples/window_create.cpp | |
parent | a5718298865976f3b977b2e7a18254d19e288152 (diff) |
wip
Diffstat (limited to 'modules/window/examples/window_create.cpp')
-rw-r--r-- | modules/window/examples/window_create.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/window/examples/window_create.cpp b/modules/window/examples/window_create.cpp new file mode 100644 index 0000000..dde8295 --- /dev/null +++ b/modules/window/examples/window_create.cpp @@ -0,0 +1,4 @@ +int main(){ + + return 0; +} |