This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Corrected path slash separator
pull/207/head
Ray
8 years ago
parent
f5d792e551
commit
ab9f5d5780
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/physics_demo.c
+1
-1
examples/physics_friction.c
+1
-1
examples/physics_movement.c
+1
-1
examples/physics_restitution.c
+1
-1
examples/physics_shatter.c
+ 1
- 1
examples/physics_demo.c
View File
@ -12,7 +12,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"..
\src\
physac.h"
#
include
"..
/src/
physac.h"
int
main
(
)
{
+ 1
- 1
examples/physics_friction.c
View File
@ -12,7 +12,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"..
\src\
physac.h"
#
include
"..
/src/
physac.h"
int
main
(
)
{
+ 1
- 1
examples/physics_movement.c
View File
@ -12,7 +12,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"..
\src\
physac.h"
#
include
"..
/src/
physac.h"
#
define VELOCITY 0.5f
+ 1
- 1
examples/physics_restitution.c
View File
@ -12,7 +12,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"..
\src\
physac.h"
#
include
"..
/src/
physac.h"
int
main
(
)
{
+ 1
- 1
examples/physics_shatter.c
View File
@ -12,7 +12,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"..
\src\
physac.h"
#
include
"..
/src/
physac.h"
int
main
(
)
{
Write
Preview
Loading…
Cancel
Save