diff options
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; +} |