summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
authorRay <[email protected]>2017-03-20 20:34:44 +0100
committerRay <[email protected]>2017-03-20 20:34:44 +0100
commit59652c75b43d0437217c0000b03428545905801e (patch)
tree7cc91e856928b53ec79dc598498b8c4be7c290de /src/core.c
parentfee5e8cfac83cc72b8c3ded029cefaac83617b89 (diff)
downloadraylib-59652c75b43d0437217c0000b03428545905801e.tar.gz
raylib-59652c75b43d0437217c0000b03428545905801e.zip
Review some comments
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/core.c b/src/core.c
index f55a70db..5b892cdf 100644
--- a/src/core.c
+++ b/src/core.c
@@ -2,14 +2,14 @@
*
* raylib.core - Basic functions to manage windows, OpenGL context and input on multiple platforms
*
-* The following platforms are supported:
-* Windows (win32/Win64)
-* Linux (tested on Ubuntu)
-* Mac (OSX)
-* Android (API Level 9 or greater)
-* Raspberry Pi (Raspbian)
-* HTML5 (Chrome, Firefox)
-* Oculus Rift CV1
+* PLATFORMS SUPPORTED:
+* - Windows (win32/Win64)
+* - Linux (tested on Ubuntu)
+* - Mac (OSX)
+* - Android (API Level 9 or greater)
+* - Raspberry Pi (Raspbian)
+* - HTML5 (Chrome, Firefox)
+* - Oculus Rift CV1
*
* CONFIGURATION:
*
@@ -49,7 +49,7 @@
*
* LICENSE: zlib/libpng
*
-* Copyright (c) 2014-2016 Ramon Santamaria (@raysan5)
+* Copyright (c) 2014-2017 Ramon Santamaria (@raysan5)
*
* This software is provided "as-is", without any express or implied warranty. In no event
* will the authors be held liable for any damages arising from the use of this software.