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
neoraider 1021d32f7c Physik-Engine angefangen.
Lightmaps implementiert.
2006-10-20 12:57:05 +00:00

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