This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-libneofx/neofx/physics.h

10 lines
146 B
C
Raw Normal View History

#ifndef NEOFX_PHYSICS_H
#define NEOFX_PHYSICS_H
#include <neofx/types.h>
void SetGravitation(VECTOR);
void ApplyPhysics(OBJECT, float);
#endif