summaryrefslogtreecommitdiffhomepage
path: root/src/camera.h
diff options
context:
space:
mode:
authorRay <[email protected]>2017-02-16 00:50:02 +0100
committerRay <[email protected]>2017-02-16 00:50:02 +0100
commit05cff44d0a9af5bcb41ddd0baa6b7693f6ac116b (patch)
treedf03c0caa9179c4026dd0b8e66d718f8ca9b4d61 /src/camera.h
parent1c364cc5074fe8abb482ed9985705eeb249b93ae (diff)
downloadraylib-05cff44d0a9af5bcb41ddd0baa6b7693f6ac116b.tar.gz
raylib-05cff44d0a9af5bcb41ddd0baa6b7693f6ac116b.zip
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/camera.h b/src/camera.h
index cf542288..87ba1942 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -2,6 +2,10 @@
*
* raylib Camera System - Camera Modes Setup and Control Functions
*
+* NOTE: Memory footprint of this library is aproximately 52 bytes (global variables)
+*
+* CONFIGURATION:
+*
* #define CAMERA_IMPLEMENTATION
* Generates the implementation of the library into the included file.
* If not defined, the library is in header only mode and can be included in other headers
@@ -11,10 +15,14 @@
* If defined, the library can be used as standalone as a camera system but some
* functions must be redefined to manage inputs accordingly.
*
-* NOTE: Memory footprint of this library is aproximately 52 bytes (global variables)
+* CONTRIBUTORS:
+* Marc Palau: Initial implementation (2014)
+* Ramon Santamaria: Supervision, review, update and maintenance
+*
+*
+* LICENSE: zlib/libpng
*
-* Initial design by Marc Palau (2014)
-* Reviewed by Ramon Santamaria (2015-2016)
+* Copyright (c) 2015-2016 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.