summaryrefslogtreecommitdiffstats
path: root/neofx/physics.h
blob: 4eee4c92e4815143f72793dc5e70a3d73086d43c (plain)
1
2
3
4
5
6
7
8
9
#ifndef NEOFX_PHYSICS_H
#define NEOFX_PHYSICS_H

#include <neofx/types.h>

void SetGravitation(VECTOR);
void ApplyPhysics(OBJECT, float);

#endif