Parcourir la source

Corrected path slash separator

pull/207/head
Ray il y a 8 ans
Parent
révision
ab9f5d5780
5 fichiers modifiés avec 5 ajouts et 5 suppressions
  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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

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

Chargement…
Annuler
Enregistrer