9 lines
125 B
C
9 lines
125 B
C
#ifndef C_BOX2D_H
|
|
#define C_BOX2D_H
|
|
|
|
#include "c_math.h"
|
|
|
|
// Provides a simple C interface to the Box2D C++ library.
|
|
|
|
#endif
|