update swig on windows
This commit is contained in:
8
winx64/bin/swigwin-4.0.0/Examples/php/value/example.h
Normal file
8
winx64/bin/swigwin-4.0.0/Examples/php/value/example.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/* File : example.h */
|
||||
|
||||
typedef struct {
|
||||
double x, y, z;
|
||||
} Vector;
|
||||
|
||||
double dot_product(Vector a, Vector b);
|
||||
void vector_add(Vector a, Vector b, Vector* result);
|
||||
Reference in New Issue
Block a user