فهرست منبع

Corrected path slash separator

Ray 8 سال پیش
والد
کامیت
ab9f5d5780
5فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      examples/physics_demo.c
  2. 1 1
      examples/physics_friction.c
  3. 1 1
      examples/physics_movement.c
  4. 1 1
      examples/physics_restitution.c
  5. 1 1
      examples/physics_shatter.c

+ 1 - 1
examples/physics_demo.c

@@ -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

@@ -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

@@ -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

@@ -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

@@ -12,7 +12,7 @@
 #include "raylib.h"
 
 #define PHYSAC_IMPLEMENTATION
-#include "..\src\physac.h" 
+#include "../src/physac.h" 
 
 int main()
 {