Procházet zdrojové kódy

Update and rename physics.h to physac.h

pull/69/head
Ray před 9 roky
rodič
revize
59cf0f6a42
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      src/physac.h

src/physics.h → src/physac.h Zobrazit soubor

@ -21,8 +21,8 @@
* *
**********************************************************************************************/ **********************************************************************************************/
#ifndef PHYSICS_H
#define PHYSICS_H
#ifndef PHYSAC_H
#define PHYSAC_H
//---------------------------------------------------------------------------------- //----------------------------------------------------------------------------------
// Defines and Macros // Defines and Macros
@ -96,4 +96,4 @@ Collider GetCollider(int index); // Retur
} }
#endif #endif
#endif // PHYSICS_H
#endif // PHYSAC_H

Načítá se…
Zrušit
Uložit