10 lines
146 B
C
10 lines
146 B
C
![]() |
#ifndef NEOFX_PHYSICS_H
|
||
|
#define NEOFX_PHYSICS_H
|
||
|
|
||
|
#include <neofx/types.h>
|
||
|
|
||
|
void SetGravitation(VECTOR);
|
||
|
void ApplyPhysics(OBJECT, float);
|
||
|
|
||
|
#endif
|