scilab: enum example same as in other languages

This commit is contained in:
Simon Marchetto 2014-07-24 17:09:19 +02:00
commit e37319b9be
6 changed files with 70 additions and 31 deletions

View file

@ -5,9 +5,6 @@
#include "example.h"
%}
/* Forces to wrap enums as Scilab variables (instead of functions) */
%scilabconst(1);
%include "example.h"