Update and rename physics.c to physac.c
This commit is contained in:
parent
59cf0f6a42
commit
8c8e5bb7c8
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@
|
||||||
*
|
*
|
||||||
**********************************************************************************************/
|
**********************************************************************************************/
|
||||||
|
|
||||||
//#define PHYSICS_STANDALONE // NOTE: To use the physics module as standalone lib, just uncomment this line
|
//#define PHYSAC_STANDALONE // NOTE: To use the physics module as standalone lib, just uncomment this line
|
||||||
|
|
||||||
#if defined(PHYSICS_STANDALONE)
|
#if defined(PHYSAC_STANDALONE)
|
||||||
#include "physics.h"
|
#include "physac.h"
|
||||||
#else
|
#else
|
||||||
#include "raylib.h"
|
#include "raylib.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -269,4 +269,4 @@ Collider GetCollider(int index)
|
||||||
Rigidbody GetRigidbody(int index)
|
Rigidbody GetRigidbody(int index)
|
||||||
{
|
{
|
||||||
return rigidbodies[index];
|
return rigidbodies[index];
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue