Переглянути джерело

Review physac.h path

pull/1900/head
raysan5 3 роки тому
джерело
коміт
75d675ab4d
5 змінених файлів з 5 додано та 5 видалено
  1. +1
    -1
      examples/physics/physics_demo.c
  2. +1
    -1
      examples/physics/physics_friction.c
  3. +1
    -1
      examples/physics/physics_movement.c
  4. +1
    -1
      examples/physics/physics_restitution.c
  5. +1
    -1
      examples/physics/physics_shatter.c

+ 1
- 1
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)
{

+ 1
- 1
examples/physics/physics_friction.c Переглянути файл

@ -14,7 +14,7 @@
#include "raylib.h"
#define PHYSAC_IMPLEMENTATION
#include "physac.h"
#include "extras/physac.h"
int main(void)
{

+ 1
- 1
examples/physics/physics_movement.c Переглянути файл

@ -14,7 +14,7 @@
#include "raylib.h"
#define PHYSAC_IMPLEMENTATION
#include "physac.h"
#include "extras/physac.h"
#define VELOCITY 0.5f

+ 1
- 1
examples/physics/physics_restitution.c Переглянути файл

@ -14,7 +14,7 @@
#include "raylib.h"
#define PHYSAC_IMPLEMENTATION
#include "physac.h"
#include "extras/physac.h"
int main(void)
{

+ 1
- 1
examples/physics/physics_shatter.c Переглянути файл

@ -14,7 +14,7 @@
#include "raylib.h"
#define PHYSAC_IMPLEMENTATION
#include "physac.h"
#include "extras/physac.h"
int main(void)
{

||||||
x
 
000:0
Завантаження…
Відмінити
Зберегти