diff options
| author | Ray <[email protected]> | 2017-03-20 20:34:44 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-03-20 20:34:44 +0100 |
| commit | 59652c75b43d0437217c0000b03428545905801e (patch) | |
| tree | 7cc91e856928b53ec79dc598498b8c4be7c290de /src/camera.h | |
| parent | fee5e8cfac83cc72b8c3ded029cefaac83617b89 (diff) | |
| download | raylib-59652c75b43d0437217c0000b03428545905801e.tar.gz raylib-59652c75b43d0437217c0000b03428545905801e.zip | |
Review some comments
Diffstat (limited to 'src/camera.h')
| -rw-r--r-- | src/camera.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/camera.h b/src/camera.h index 87ba1942..e1b00ac2 100644 --- a/src/camera.h +++ b/src/camera.h @@ -1,6 +1,6 @@ /******************************************************************************************* * -* raylib Camera System - Camera Modes Setup and Control Functions +* raylib.camera - Camera system with multiple modes support * * NOTE: Memory footprint of this library is aproximately 52 bytes (global variables) * @@ -22,7 +22,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2015-2016 Ramon Santamaria (@raysan5) +* Copyright (c) 2015-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. |
