Add initial prototype.
This commit is contained in:
31
3-mid/physics/implement/c_math/generate/c_math_c.i
Normal file
31
3-mid/physics/implement/c_math/generate/c_math_c.i
Normal file
@@ -0,0 +1,31 @@
|
||||
//
|
||||
// SWIG interface defintion for 'c_Math' interface library binding.
|
||||
//
|
||||
|
||||
%module c_math_c
|
||||
|
||||
%{
|
||||
extern "C"
|
||||
{
|
||||
#include "../c/c_math.h"
|
||||
}
|
||||
%}
|
||||
|
||||
|
||||
%include "../source/c/c_math.h"
|
||||
|
||||
|
||||
|
||||
// Tailoring
|
||||
//
|
||||
|
||||
%inline
|
||||
%{
|
||||
|
||||
%}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user