Scilab: add %scilabconst in enum example

This commit is contained in:
Simon Marchetto 2013-08-30 16:41:42 +02:00
commit 39bab12d2c
4 changed files with 40 additions and 15 deletions

View file

@ -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"