summaryrefslogtreecommitdiff
path: root/modules/window/examples
diff options
context:
space:
mode:
Diffstat (limited to 'modules/window/examples')
-rw-r--r--modules/window/examples/window_create.cpp4
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;
+}