aboutsummaryrefslogtreecommitdiff
path: root/src/lighting.c
diff options
context:
space:
mode:
authorvictorfisac <victorfisac@gmail.com>2015-12-21 21:12:35 +0100
committervictorfisac <victorfisac@gmail.com>2015-12-21 21:12:35 +0100
commite683fe88b9ab0fde76521a0367cdff4c229ac60c (patch)
treef51d6412b2064c555dcb1426d1775fb3b2d49558 /src/lighting.c
parent1bcb5ddd505e5c4bdac6f254e931e9c3145be88d (diff)
downloadraylib-e683fe88b9ab0fde76521a0367cdff4c229ac60c.tar.gz
raylib-e683fe88b9ab0fde76521a0367cdff4c229ac60c.zip
Added physics engine-module and example
- Added new physics engine-module with four new data types: Physics, Transform, Rigidbody and Collider. This library contains functions to apply physics calculations to a position vector calculating collisions automatically. - Fixed some writing mistakes of lighting module.
Diffstat (limited to 'src/lighting.c')
-rw-r--r--src/lighting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lighting.c b/src/lighting.c
index 98e1696a..5cf2a2ec 100644
--- a/src/lighting.c
+++ b/src/lighting.c
@@ -42,7 +42,7 @@
//...
//----------------------------------------------------------------------------------
-// Module Functions Definition
+// Module Functions Declarations
//----------------------------------------------------------------------------------
// Lights functions