Add initial prototype.
This commit is contained in:
8
3-mid/physics/implement/box2d/source/c/box2d.h
Normal file
8
3-mid/physics/implement/box2d/source/c/box2d.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef C_BOX2D_H
|
||||
#define C_BOX2D_H
|
||||
|
||||
#include "c_math.h"
|
||||
|
||||
// Provides a simple C interface to the Box2D C++ library.
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user