#ifndef NEOFX_PHYSICS_H #define NEOFX_PHYSICS_H #include void SetGravitation(VECTOR); void ApplyPhysics(OBJECT, float); #endif