update swig on windows
This commit is contained in:
9
winx64/bin/swigwin-4.0.0/Examples/php/sync/example.h
Normal file
9
winx64/bin/swigwin-4.0.0/Examples/php/sync/example.h
Normal file
@@ -0,0 +1,9 @@
|
||||
extern char *s;
|
||||
extern int x;
|
||||
|
||||
class Sync {
|
||||
public:
|
||||
int x;
|
||||
char *s;
|
||||
void printer(void);
|
||||
};
|
||||
Reference in New Issue
Block a user