Scilab: wrap enums to Scilab variables (if %feature scilab:const")

This commit is contained in:
Simon Marchetto 2013-08-29 18:14:59 +02:00
commit f1d289925a
4 changed files with 48 additions and 11 deletions

View file

@ -1,6 +1,8 @@
/* File : example.i */
%module example
%scilabconst(1);
%{
#include "example.h"
%}