summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauro Moura <lauromoura@expertisesolutions.com.br>2019-08-15 23:36:17 -0300
committerLauro Moura <lauromoura@expertisesolutions.com.br>2019-08-16 17:05:00 -0300
commita3ba346ece799672121a60277d78513db8fe3248 (patch)
treeae29c258f9cdb7b873bb9280e8a1120486db258a
parent309622b650a5366c28bdb286602764c12fdea0ef (diff)
downloadefl-a3ba346ece799672121a60277d78513db8fe3248.tar.gz
pyolian: Update after event and binbuf keywords
-rw-r--r--src/scripts/pyolian/eolian.py14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/scripts/pyolian/eolian.py b/src/scripts/pyolian/eolian.py
index 211cd7d975..a8f5bf3b9c 100644
--- a/src/scripts/pyolian/eolian.py
+++ b/src/scripts/pyolian/eolian.py
@@ -131,14 +131,16 @@ class Eolian_Type_Builtin_Type(IntEnum):
ANY_VALUE = 40
ANY_VALUE_PTR = 41
+ BINBUF = 42
+ EVENT = 43
- MSTRING = 42
- STRING = 43
- STRINGSHARE = 44
- STRBUF = 45
+ MSTRING = 44
+ STRING = 45
+ STRINGSHARE = 46
+ STRBUF = 47
- VOID_PTR = 46
- FREE_CB = 47
+ VOID_PTR = 48
+ FREE_CB = 49
class Eolian_C_Type_Type(IntEnum):
DEFAULT = 0