mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-12 21:06:05 +00:00
Update and rename physics.c to physac.c
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user