summaryrefslogtreecommitdiffhomepage
path: root/docs/examples/web/core_basic_window.c
diff options
context:
space:
mode:
authorRay <[email protected]>2017-04-03 23:10:27 +0200
committerRay <[email protected]>2017-04-03 23:10:27 +0200
commit50bc77ed96337026604b36e4c008fecc39ebd0bb (patch)
tree5fb951ea469633a1b272ad82a8d3cca9a02b59a5 /docs/examples/web/core_basic_window.c
parente6ed85e993b049a28dcc3c37bd5fadc6ab159df7 (diff)
downloadraylib-50bc77ed96337026604b36e4c008fecc39ebd0bb.tar.gz
raylib-50bc77ed96337026604b36e4c008fecc39ebd0bb.zip
Improve web examples -IN PROGRESS-
Diffstat (limited to 'docs/examples/web/core_basic_window.c')
-rw-r--r--docs/examples/web/core_basic_window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/examples/web/core_basic_window.c b/docs/examples/web/core_basic_window.c
index 77344114..4d4e33d5 100644
--- a/docs/examples/web/core_basic_window.c
+++ b/docs/examples/web/core_basic_window.c
@@ -25,7 +25,6 @@
int screenWidth = 800;
int screenHeight = 450;
-
//----------------------------------------------------------------------------------
// Module Functions Declaration
//----------------------------------------------------------------------------------