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
Review physac.h path
pull/1900/head
raysan5
4 years ago
parent
69a82c7a0d
commit
75d675ab4d
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/physics_demo.c
+1
-1
examples/physics/physics_friction.c
+1
-1
examples/physics/physics_movement.c
+1
-1
examples/physics/physics_restitution.c
+1
-1
examples/physics/physics_shatter.c
+ 1
- 1
examples/physics/physics_demo.c
View File
@ -14,7 +14,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"physac.h"
#
include
"
extras/
physac.h"
int
main
(
void
)
{
+ 1
- 1
examples/physics/physics_friction.c
View File
@ -14,7 +14,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"physac.h"
#
include
"
extras/
physac.h"
int
main
(
void
)
{
+ 1
- 1
examples/physics/physics_movement.c
View File
@ -14,7 +14,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"physac.h"
#
include
"
extras/
physac.h"
#
define VELOCITY 0.5f
+ 1
- 1
examples/physics/physics_restitution.c
View File
@ -14,7 +14,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"physac.h"
#
include
"
extras/
physac.h"
int
main
(
void
)
{
+ 1
- 1
examples/physics/physics_shatter.c
View File
@ -14,7 +14,7 @@
#
include
"raylib.h"
#
define PHYSAC_IMPLEMENTATION
#
include
"physac.h"
#
include
"
extras/
physac.h"
int
main
(
void
)
{
Write
Preview
Loading…
Cancel
Save