Scilab: add %scilabconst in enum example
This commit is contained in:
parent
74aebf252d
commit
39bab12d2c
4 changed files with 40 additions and 15 deletions
|
|
@ -1,13 +1,13 @@
|
|||
/* File : example.i */
|
||||
%module example
|
||||
|
||||
%scilabconst(1);
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
#include "scilabconst_example.h"
|
||||
%}
|
||||
|
||||
/* Let's just grab the original header file here */
|
||||
|
||||
%include "example.h"
|
||||
|
||||
%scilabconst(1);
|
||||
|
||||
%include "scilabconst_example.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue