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