diff options
| author | raysan5 <[email protected]> | 2021-07-28 17:21:34 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-28 17:21:34 +0200 |
| commit | 75d675ab4d8881b50bc19a15ce183beaacc8c163 (patch) | |
| tree | d7d9c8318d383cd29c29ffbd121f2516e49cb726 /examples/physics/physics_demo.c | |
| parent | 69a82c7a0dfa1232770a6faea7f02637d1a12776 (diff) | |
| download | raylib-75d675ab4d8881b50bc19a15ce183beaacc8c163.tar.gz raylib-75d675ab4d8881b50bc19a15ce183beaacc8c163.zip | |
Review physac.h path
Diffstat (limited to 'examples/physics/physics_demo.c')
| -rw-r--r-- | examples/physics/physics_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/physics/physics_demo.c b/examples/physics/physics_demo.c index fd4c1d25..382a4ab3 100644 --- a/examples/physics/physics_demo.c +++ b/examples/physics/physics_demo.c @@ -14,7 +14,7 @@ #include "raylib.h" #define PHYSAC_IMPLEMENTATION -#include "physac.h" +#include "extras/physac.h" int main(void) { |
