From e683fe88b9ab0fde76521a0367cdff4c229ac60c Mon Sep 17 00:00:00 2001 From: victorfisac Date: Mon, 21 Dec 2015 21:12:35 +0100 Subject: 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. --- src/lighting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lighting.c') 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 -- cgit v1.2.3