Files
lace/3-mid/physics/implement/bullet/source/c/bullet.h
2022-07-31 17:34:54 +10:00

9 lines
130 B
C

#ifndef C_BULLET_H
#define C_BULLET_H
#include "c_math.h"
// Provides a simple C interface to the Bullet3D C++ library.
#endif