summaryrefslogtreecommitdiffhomepage
path: root/examples/physac/physics_friction.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2018-03-11 11:02:03 +0100
committerraysan5 <[email protected]>2018-03-11 11:02:03 +0100
commitb9573e583f02fcdc0b283bacff3cb2025aebfa3d (patch)
treeca486eed505ecaff54eeeb1df52483ab67ddd476 /examples/physac/physics_friction.c
parentd6c1159fce69c556fefebb945fd857b3c761bfab (diff)
parent8bc2813b0cbb016206708c41762a2fe3f01d5a13 (diff)
downloadraylib-b9573e583f02fcdc0b283bacff3cb2025aebfa3d.tar.gz
raylib-b9573e583f02fcdc0b283bacff3cb2025aebfa3d.zip
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'examples/physac/physics_friction.c')
-rw-r--r--examples/physac/physics_friction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/physac/physics_friction.c b/examples/physac/physics_friction.c
index 9472729a..4c81e8c8 100644
--- a/examples/physac/physics_friction.c
+++ b/examples/physac/physics_friction.c
@@ -10,7 +10,7 @@
* gcc -o $(NAME_PART).exe $(FILE_NAME) -s $(RAYLIB_DIR)\raylib\raylib_icon -static -lraylib -lpthread
* -lglfw3 -lopengl32 -lgdi32 -lopenal32 -lwinmm -std=c99 -Wl,--subsystem,windows -Wl,-allow-multiple-definition
*
-* Copyright (c) 2017 Victor Fisac
+* Copyright (c) 2016-2018 Victor Fisac
*
********************************************************************************************/