From 773fffb0c3596c93ae1522f6ef5eaaed4ad54e14 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Fri, 26 Jul 2024 21:44:23 +0200 Subject: wip --- modules/window/examples/window_create.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/window/examples/window_create.cpp (limited to 'modules/window/examples/window_create.cpp') 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; +} -- cgit v1.2.3