diff options
| author | raysan5 <[email protected]> | 2016-02-13 17:08:09 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-02-13 17:08:09 +0100 |
| commit | 94c92a58a1a8131c4d71ba32f18e836f6178231c (patch) | |
| tree | 3ce67ad7c82153f7e43fee43f075f34c27fd5248 /src/gestures.c | |
| parent | 9c9aeaef47fe612dbc0f446920fca9cb54781aef (diff) | |
| download | raylib-94c92a58a1a8131c4d71ba32f18e836f6178231c.tar.gz raylib-94c92a58a1a8131c4d71ba32f18e836f6178231c.zip | |
Some tweaks
Diffstat (limited to 'src/gestures.c')
| -rw-r--r-- | src/gestures.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gestures.c b/src/gestures.c index a2744460..16442e45 100644 --- a/src/gestures.c +++ b/src/gestures.c @@ -2,9 +2,9 @@ * * raylib Gestures System - Gestures Processing based on input gesture events (touch/mouse) * -* Reviewed by Ramon Santamaria -* Redesigned by Albert Martos and Ian Eito * Initial design by Marc Palau +* Redesigned by Albert Martos and Ian Eito +* Reviewed by 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. |
