Explorar el Código

Corrected path slash separator

pull/207/head
Ray hace 8 años
padre
commit
ab9f5d5780
Se han modificado 5 ficheros con 5 adiciones y 5 borrados
  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 Ver fichero

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

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

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

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

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

Cargando…
Cancelar
Guardar